#0B4931

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

Shades of Zuccini #0B4931

Tints of Zuccini #0B4931

Color information

#0B4931 (or 0x0B4931) is unknown color: approx Zuccini. HEX triplet: 0B, 49 and 31. RGB value is (11,73,49). Sum of RGB (Red+Green+Blue) = 11+73+49=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4931 is #F4B6CE. Grayscale: #333333. Windows color (decimal): -16037583 or 3229963. OLE color: 3229963.

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

Color convert

RGB117349-
CMYK0.8500.330.71
HSL156.77º73.81%16.47%-
HSV(B)156.77º84.93%28.63%-
XYZ3.075.063.72-
YUV51.73126.4698.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.27%
GREEN value IS 73 (28.91% from 255) = 54.89%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=8.27%
G=54.89%
B=36.84%

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
Decimal1173490.8500.330.71156.7773.8116.47
HexB493155021479d4a10
Octal131116112504110723511220
Binary1011100100111000110101010100001100011110011101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,73,49); }

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

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

 a { background-color: rgb(11,73,49); }

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

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

 span { border-color: rgb(11,73,49); }

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