#3E7513

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

Shades of Bilbao #3E7513

Tints of Bilbao #3E7513

Color information

#3E7513 (or 0x3E7513) is unknown color: approx Bilbao. HEX triplet: 3E, 75 and 13. RGB value is (62,117,19). Sum of RGB (Red+Green+Blue) = 62+117+19=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7513 is #C18AEC. Grayscale: #595959. Windows color (decimal): -12684013 or 1275198. OLE color: 1275198.

HSL color Cylindrical-coordinate representation of color #3E7513: hue angle of 93.67º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E7513 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB6211719-
CMYK0.4700.840.54
HSL93.67º72.06%26.67%-
HSV(B)93.67º83.76%45.88%-
XYZ8.4713.792.83-
YUV89.3888.28108.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.31%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=31.31%
G=59.09%
B=9.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62117190.4700.840.5493.6772.0626.67
Hex3E75132F054365e481b
Octal76165235701246613611033
Binary111110111010110011101111010101001101101011110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,117,19); }

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

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

 a { background-color: rgb(62,117,19); }

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

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

 span { border-color: rgb(62,117,19); }

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