#3E8716

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

Shades of Bilbao #3E8716

Tints of Bilbao #3E8716

Color information

#3E8716 (or 0x3E8716) is unknown color: approx Bilbao. HEX triplet: 3E, 87 and 16. RGB value is (62,135,22). Sum of RGB (Red+Green+Blue) = 62+135+22=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8716 is #C178E9. Grayscale: #646464. Windows color (decimal): -12679402 or 1476414. OLE color: 1476414.

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

Color convert

RGB6213522-
CMYK0.5400.840.47
HSL98.76º71.97%30.78%-
HSV(B)98.76º83.7%52.94%-
XYZ10.818.413.74-
YUV100.2983.82100.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 135 (53.12% from 255) = 61.64%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=28.31%
G=61.64%
B=10.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62135220.5400.840.4798.7671.9730.78
Hex3E8716360542F63481f
Octal76207266601245714311037
Binary1111101000011110110110110010101001011111100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,135,22); }

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

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

 a { background-color: rgb(62,135,22); }

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

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

 span { border-color: rgb(62,135,22); }

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