#3A7220

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

Shades of Bilbao #3A7220

Tints of Bilbao #3A7220

Color information

#3A7220 (or 0x3A7220) is unknown color: approx Bilbao. HEX triplet: 3A, 72 and 20. RGB value is (58,114,32). Sum of RGB (Red+Green+Blue) = 58+114+32=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7220 is #C58DDF. Grayscale: #585858. Windows color (decimal): -12946912 or 2126394. OLE color: 2126394.

HSL color Cylindrical-coordinate representation of color #3A7220: hue angle of 100.98º 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 #3A7220 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB5811432-
CMYK0.4900.720.55
HSL100.98º56.16%28.63%-
HSV(B)100.98º71.93%44.71%-
XYZ8.0213.043.46-
YUV87.9196.45106.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=28.43%
G=55.88%
B=15.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114320.4900.720.55100.9856.1628.63
Hex3A7220310483765381d
Octal7216240610110671457035
Binary111010111001010000011000101001000110111110010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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