#0C4927

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

Shades of Zuccini #0C4927

Tints of Zuccini #0C4927

Color information

#0C4927 (or 0x0C4927) is unknown color: approx Zuccini. HEX triplet: 0C, 49 and 27. RGB value is (12,73,39). Sum of RGB (Red+Green+Blue) = 12+73+39=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4927 is #F3B6D8. Grayscale: #323232. Windows color (decimal): -15972057 or 2574604. OLE color: 2574604.

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

Color convert

RGB127339-
CMYK0.8400.470.71
HSL146.56º71.76%16.67%-
HSV(B)146.56º83.56%28.63%-
XYZ2.94.992.73-
YUV50.88121.29100.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=9.68%
G=58.87%
B=31.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1273390.8400.470.71146.5671.7616.67
HexC49275402F47934811
Octal141114712405710722311021
Binary1100100100110011110101000101111100011110010011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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