#0B4B32

Color #0B4B32 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #0B4B32

Tints of Zuccini #0B4B32

Color information

#0B4B32 (or 0x0B4B32) is unknown color: approx Zuccini. HEX triplet: 0B, 4B and 32. RGB value is (11,75,50). Sum of RGB (Red+Green+Blue) = 11+75+50=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #0B4B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4B32 is #F4B4CD. Grayscale: #353535. Windows color (decimal): -16037070 or 3296011. OLE color: 3296011.

HSL color Cylindrical-coordinate representation of color #0B4B32: hue angle of 156.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4B32 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB117550-
CMYK0.8500.330.71
HSL156.56º74.42%16.86%-
HSV(B)156.56º85.33%29.41%-
XYZ3.235.333.88-
YUV53.01126.398.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=8.09%
G=55.15%
B=36.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1175500.8500.330.71156.5674.4216.86
HexB4B3255021479d4a11
Octal131136212504110723511221
Binary1011100101111001010101010100001100011110011101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B4B32; }

 p { color: rgb(11,75,50); }

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

<style>
 a { background-color: #0B4B32; }

 a { background-color: rgb(11,75,50); }

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

<style>
 span { border-color: #0B4B32; }

 span { border-color: rgb(11,75,50); }

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