#3E7913

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

Shades of Bilbao #3E7913

Tints of Bilbao #3E7913

Color information

#3E7913 (or 0x3E7913) is unknown color: approx Bilbao. HEX triplet: 3E, 79 and 13. RGB value is (62,121,19). Sum of RGB (Red+Green+Blue) = 62+121+19=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #3E7913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7913 is #C186EC. Grayscale: #5C5C5C. Windows color (decimal): -12682989 or 1276222. OLE color: 1276222.

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

Color convert

RGB6212119-
CMYK0.4900.840.53
HSL94.71º72.86%27.45%-
HSV(B)94.71º84.3%47.45%-
XYZ8.9414.752.99-
YUV91.7386.95106.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 121 (47.66% from 255) = 59.90%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=30.69%
G=59.90%
B=9.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62121190.4900.840.5394.7172.8627.45
Hex3E791331054355f491b
Octal76171236101246513711133
Binary111110111100110011110001010101001101011011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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