#3E8210

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

Shades of Bilbao #3E8210

Tints of Bilbao #3E8210

Color information

#3E8210 (or 0x3E8210) is unknown color: approx Bilbao. HEX triplet: 3E, 82 and 10. RGB value is (62,130,16). Sum of RGB (Red+Green+Blue) = 62+130+16=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #3E8210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8210 is #C17DEF. Grayscale: #616161. Windows color (decimal): -12680688 or 1081918. OLE color: 1081918.

HSL color Cylindrical-coordinate representation of color #3E8210: hue angle of 95.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E8210 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB6213016-
CMYK0.5200.880.49
HSL95.79º78.08%28.63%-
HSV(B)95.79º87.69%50.98%-
XYZ10.0617.033.25-
YUV96.6782.47103.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=29.81%
G=62.5%
B=7.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62130160.5200.880.4995.7978.0828.63
Hex3E82103405831604e1d
Octal76202206401306114011635
Binary1111101000001010000110100010110001100011100000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,130,16); }

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

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

 a { background-color: rgb(62,130,16); }

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

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

 span { border-color: rgb(62,130,16); }

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