#0C4726

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

Shades of Zuccini #0C4726

Tints of Zuccini #0C4726

Color information

#0C4726 (or 0x0C4726) is unknown color: approx Zuccini. HEX triplet: 0C, 47 and 26. RGB value is (12,71,38). Sum of RGB (Red+Green+Blue) = 12+71+38=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4726 is #F3B8D9. Grayscale: #313131. Windows color (decimal): -15972570 or 2508556. OLE color: 2508556.

HSL color Cylindrical-coordinate representation of color #0C4726: hue angle of 146.44º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4726 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB127138-
CMYK0.8300.460.72
HSL146.44º71.08%16.27%-
HSV(B)146.44º83.1%27.84%-
XYZ2.754.722.6-
YUV49.6121.45101.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=9.92%
G=58.68%
B=31.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1271380.8300.460.72146.4471.0816.27
HexC47265302E48924710
Octal141074612305611022210720
Binary1100100011110011010100110101110100100010010010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,38); }

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

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

 a { background-color: rgb(12,71,38); }

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

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

 span { border-color: rgb(12,71,38); }

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