#0C4E29

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

Shades of Zuccini #0C4E29

Tints of Zuccini #0C4E29

Color information

#0C4E29 (or 0x0C4E29) is unknown color: approx Zuccini. HEX triplet: 0C, 4E and 29. RGB value is (12,78,41). Sum of RGB (Red+Green+Blue) = 12+78+41=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E29 is #F3B1D6. Grayscale: #363636. Windows color (decimal): -15970775 or 2706956. OLE color: 2706956.

HSL color Cylindrical-coordinate representation of color #0C4E29: hue angle of 146.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E29 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB127841-
CMYK0.8500.470.69
HSL146.36º73.33%17.65%-
HSV(B)146.36º84.62%30.59%-
XYZ3.285.693.02-
YUV54.05120.6398.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 78 (30.86% from 255) = 59.54%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=9.16%
G=59.54%
B=31.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1278410.8500.470.69146.3673.3317.65
HexC4E295502F45924912
Octal141165112505710522211122
Binary1100100111010100110101010101111100010110010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,78,41); }

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

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

 a { background-color: rgb(12,78,41); }

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

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

 span { border-color: rgb(12,78,41); }

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