#3e720a

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

Shades of Bilbao #3E720A

Tints of Bilbao #3E720A

Color information

#3E720A (or 0x3E720A) is unknown color: approx Bilbao. HEX triplet: 3E, 72 and 0A. RGB value is (62,114,10). Sum of RGB (Red+Green+Blue) = 62+114+10=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #3E720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E720A is #C18DF5. Grayscale: #565656. Windows color (decimal): -12684790 or 684606. OLE color: 684606.

HSL color Cylindrical-coordinate representation of color #3E720A: hue angle of 90º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E720A is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB6211410-
CMYK0.4600.910.55
HSL90º83.87%24.31%-
HSV(B)90º91.23%44.71%-
XYZ8.0613.082.39-
YUV86.684.77110.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=33.33%
G=61.29%
B=5.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62114100.4600.910.559083.8724.31
Hex3E72A2E05B375a5418
Octal76162125601336713212430
Binary11111011100101010101110010110111101111011010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e720a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,114,10); }

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

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

 a { background-color: rgb(62,114,10); }

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

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

 span { border-color: rgb(62,114,10); }

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