#3B822B

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

Shades of Bilbao #3B822B

Tints of Bilbao #3B822B

Color information

#3B822B (or 0x3B822B) is unknown color: approx Bilbao. HEX triplet: 3B, 82 and 2B. RGB value is (59,130,43). Sum of RGB (Red+Green+Blue) = 59+130+43=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #3B822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B822B is #C47DD4. Grayscale: #636363. Windows color (decimal): -12877269 or 2851387. OLE color: 2851387.

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

Color convert

RGB5913043-
CMYK0.5500.670.49
HSL108.97º50.29%33.92%-
HSV(B)108.97º66.92%50.98%-
XYZ10.2217.075.04-
YUV98.8596.4899.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=25.43%
G=56.03%
B=18.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59130430.5500.670.49108.9750.2933.92
Hex3B822B37043316d3222
Octal7320253670103611556242
Binary11101110000010101011110111010000111100011101101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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