#0B492D

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

Shades of Zuccini #0B492D

Tints of Zuccini #0B492D

Color information

#0B492D (or 0x0B492D) is unknown color: approx Zuccini. HEX triplet: 0B, 49 and 2D. RGB value is (11,73,45). Sum of RGB (Red+Green+Blue) = 11+73+45=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #0B492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B492D is #F4B6D2. Grayscale: #333333. Windows color (decimal): -16037587 or 2967819. OLE color: 2967819.

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

Color convert

RGB117345-
CMYK0.8500.380.71
HSL152.9º73.81%16.47%-
HSV(B)152.9º84.93%28.63%-
XYZ2.995.033.29-
YUV51.27124.4699.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=8.53%
G=56.59%
B=34.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173450.8500.380.71152.973.8116.47
HexB492D5502647994a10
Octal131115512504610723111220
Binary1011100100110110110101010100110100011110011001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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