#3E731C

Color #3E731C Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3E731C

Tints of Bilbao #3E731C

Color information

#3E731C (or 0x3E731C) is unknown color: approx Bilbao. HEX triplet: 3E, 73 and 1C. RGB value is (62,115,28). Sum of RGB (Red+Green+Blue) = 62+115+28=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #3E731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E731C is #C18CE3. Grayscale: #595959. Windows color (decimal): -12684516 or 1864510. OLE color: 1864510.

HSL color Cylindrical-coordinate representation of color #3E731C: hue angle of 96.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E731C is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB6211528-
CMYK0.4600.760.55
HSL96.55º60.84%28.04%-
HSV(B)96.55º75.65%45.1%-
XYZ8.3313.373.24-
YUV89.2393.44108.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=30.24%
G=56.10%
B=13.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62115280.4600.760.5596.5560.8428.04
Hex3E731C2E04C37613d1c
Octal7616334560114671417534
Binary11111011100111110010111001001100110111110000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E731C; }

 p { color: rgb(62,115,28); }

 H1.HeaderClassName
 {
   color: #3E731C;
 }
 .AnyTagClassName
 {
   color: #3E731C;
 }
</style>
background-color css

<style>
 a { background-color: #3E731C; }

 a { background-color: rgb(62,115,28); }

 div.DivClassName
 {
   background-color: #3E731C;
 }
 .BgClassName
 {
   background-color: #3E731C;
 }
</style>
border-color css

<style>
 span { border-color: #3E731C; }

 span { border-color: rgb(62,115,28); }

 td.TdClassName
 {
   border-color: #3E731C;
 }
 .TagClassName
 {
   border-color: #3E731C;
 }
</style>