#3B822F

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

Shades of Bilbao #3B822F

Tints of Bilbao #3B822F

Color information

#3B822F (or 0x3B822F) is unknown color: approx Bilbao. HEX triplet: 3B, 82 and 2F. RGB value is (59,130,47). Sum of RGB (Red+Green+Blue) = 59+130+47=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #3B822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B822F is #C47DD0. Grayscale: #636363. Windows color (decimal): -12877265 or 3113531. OLE color: 3113531.

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

Color convert

RGB5913047-
CMYK0.5500.640.49
HSL111.33º46.89%34.71%-
HSV(B)111.33º63.85%50.98%-
XYZ10.317.15.45-
YUV99.3198.4899.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=25%
G=55.08%
B=19.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59130470.5500.640.49111.3346.8934.71
Hex3B822F37040316f2f23
Octal7320257670100611575743
Binary11101110000010101111110111010000001100011101111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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