#3E8414

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

Shades of Bilbao #3E8414

Tints of Bilbao #3E8414

Color information

#3E8414 (or 0x3E8414) is unknown color: approx Bilbao. HEX triplet: 3E, 84 and 14. RGB value is (62,132,20). Sum of RGB (Red+Green+Blue) = 62+132+20=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8414 is #C17BEB. Grayscale: #626262. Windows color (decimal): -12680172 or 1344574. OLE color: 1344574.

HSL color Cylindrical-coordinate representation of color #3E8414: hue angle of 97.5º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E8414 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB6213220-
CMYK0.5300.850.48
HSL97.5º73.68%29.8%-
HSV(B)97.5º84.85%51.76%-
XYZ10.3617.583.51-
YUV98.383.81102.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 132 (51.95% from 255) = 61.68%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=28.97%
G=61.68%
B=9.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62132200.5300.850.4897.573.6829.8
Hex3E84143505530624a1e
Octal76204246501256014211236
Binary1111101000010010100110101010101011100001100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,132,20); }

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

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

 a { background-color: rgb(62,132,20); }

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

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

 span { border-color: rgb(62,132,20); }

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