#0B492C

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

Shades of Zuccini #0B492C

Tints of Zuccini #0B492C

Color information

#0B492C (or 0x0B492C) is unknown color: approx Zuccini. HEX triplet: 0B, 49 and 2C. RGB value is (11,73,44). Sum of RGB (Red+Green+Blue) = 11+73+44=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #0B492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B492C is #F4B6D3. Grayscale: #333333. Windows color (decimal): -16037588 or 2902283. OLE color: 2902283.

HSL color Cylindrical-coordinate representation of color #0B492C: hue angle of 151.94º 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 #0B492C is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB117344-
CMYK0.8500.400.71
HSL151.94º73.81%16.47%-
HSV(B)151.94º84.93%28.63%-
XYZ2.985.023.19-
YUV51.16123.9699.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=8.59%
G=57.03%
B=34.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173440.8500.400.71151.9473.8116.47
HexB492C5502847984a10
Octal131115412505010723011220
Binary1011100100110110010101010101000100011110011000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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