#3B8221

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

Shades of Bilbao #3B8221

Tints of Bilbao #3B8221

Color information

#3B8221 (or 0x3B8221) is unknown color: approx Bilbao. HEX triplet: 3B, 82 and 21. RGB value is (59,130,33). Sum of RGB (Red+Green+Blue) = 59+130+33=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #3B8221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8221 is #C47DDE. Grayscale: #626262. Windows color (decimal): -12877279 or 2196027. OLE color: 2196027.

HSL color Cylindrical-coordinate representation of color #3B8221: hue angle of 103.92º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8221 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB5913033-
CMYK0.5500.750.49
HSL103.92º59.51%31.96%-
HSV(B)103.92º74.62%50.98%-
XYZ10.06174.19-
YUV97.7191.48100.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=26.58%
G=58.56%
B=14.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59130330.5500.750.49103.9259.5131.96
Hex3B82213704B31683c20
Octal7320241670113611507440
Binary11101110000010100001110111010010111100011101000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,130,33); }

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

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

 a { background-color: rgb(59,130,33); }

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

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

 span { border-color: rgb(59,130,33); }

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