#0C492D

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

Shades of Zuccini #0C492D

Tints of Zuccini #0C492D

Color information

#0C492D (or 0x0C492D) is unknown color: approx Zuccini. HEX triplet: 0C, 49 and 2D. RGB value is (12,73,45). Sum of RGB (Red+Green+Blue) = 12+73+45=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #0C492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C492D is #F3B6D2. Grayscale: #333333. Windows color (decimal): -15972051 or 2967820. OLE color: 2967820.

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

Color convert

RGB127345-
CMYK0.8400.380.71
HSL152.46º71.76%16.67%-
HSV(B)152.46º83.56%28.63%-
XYZ3.015.033.3-
YUV51.57124.2999.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=9.23%
G=56.15%
B=34.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1273450.8400.380.71152.4671.7616.67
HexC492D5402647984811
Octal141115512404610723011021
Binary1100100100110110110101000100110100011110011000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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