#0C492E

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

Shades of Zuccini #0C492E

Tints of Zuccini #0C492E

Color information

#0C492E (or 0x0C492E) is unknown color: approx Zuccini. HEX triplet: 0C, 49 and 2E. RGB value is (12,73,46). Sum of RGB (Red+Green+Blue) = 12+73+46=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #0C492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C492E is #F3B6D1. Grayscale: #333333. Windows color (decimal): -15972050 or 3033356. OLE color: 3033356.

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

Color convert

RGB127346-
CMYK0.8400.370.71
HSL153.44º71.76%16.67%-
HSV(B)153.44º83.56%28.63%-
XYZ3.035.043.4-
YUV51.68124.7999.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=9.16%
G=55.73%
B=35.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1273460.8400.370.71153.4471.7616.67
HexC492E5402547994811
Octal141115612404510723111021
Binary1100100100110111010101000100101100011110011001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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