#3B6C20

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

Shades of Bilbao #3B6C20

Tints of Bilbao #3B6C20

Color information

#3B6C20 (or 0x3B6C20) is unknown color: approx Bilbao. HEX triplet: 3B, 6C and 20. RGB value is (59,108,32). Sum of RGB (Red+Green+Blue) = 59+108+32=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6C20 is #C493DF. Grayscale: #545454. Windows color (decimal): -12882912 or 2124859. OLE color: 2124859.

HSL color Cylindrical-coordinate representation of color #3B6C20: hue angle of 98.68º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B6C20 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB5910832-
CMYK0.4500.700.58
HSL98.68º54.29%27.45%-
HSV(B)98.68º70.37%42.35%-
XYZ7.4311.763.24-
YUV84.6898.27109.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 108 (42.58% from 255) = 54.27%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=29.65%
G=54.27%
B=16.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59108320.4500.700.5898.6854.2927.45
Hex3B6C202D0463A63361b
Octal7315440550106721436633
Binary111011110110010000010110101000110111010110001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,108,32); }

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

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

 a { background-color: rgb(59,108,32); }

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

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

 span { border-color: rgb(59,108,32); }

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