#3E7016

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

Shades of Bilbao #3E7016

Tints of Bilbao #3E7016

Color information

#3E7016 (or 0x3E7016) is unknown color: approx Bilbao. HEX triplet: 3E, 70 and 16. RGB value is (62,112,22). Sum of RGB (Red+Green+Blue) = 62+112+22=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7016 is #C18FE9. Grayscale: #575757. Windows color (decimal): -12685290 or 1470526. OLE color: 1470526.

HSL color Cylindrical-coordinate representation of color #3E7016: hue angle of 93.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E7016 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB6211222-
CMYK0.4500.800.56
HSL93.33º67.16%26.27%-
HSV(B)93.33º80.36%43.92%-
XYZ7.9312.672.79-
YUV86.7991.44110.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 112 (44.14% from 255) = 57.14%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=31.63%
G=57.14%
B=11.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112220.4500.800.5693.3367.1626.27
Hex3E70162D050385d431a
Octal76160265501207013510332
Binary111110111000010110101101010100001110001011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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