#3E7220

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

Shades of Bilbao #3E7220

Tints of Bilbao #3E7220

Color information

#3E7220 (or 0x3E7220) is unknown color: approx Bilbao. HEX triplet: 3E, 72 and 20. RGB value is (62,114,32). Sum of RGB (Red+Green+Blue) = 62+114+32=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #3E7220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7220 is #C18DDF. Grayscale: #595959. Windows color (decimal): -12684768 or 2126398. OLE color: 2126398.

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

Color convert

RGB6211432-
CMYK0.4600.720.55
HSL98.05º56.16%28.63%-
HSV(B)98.05º71.93%44.71%-
XYZ8.2613.163.47-
YUV89.195.77108.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=29.81%
G=54.81%
B=15.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62114320.4600.720.5598.0556.1628.63
Hex3E72202E0483762381d
Octal7616240560110671427035
Binary111110111001010000010111001001000110111110001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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