#0C4425

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

Shades of Zuccini #0C4425

Tints of Zuccini #0C4425

Color information

#0C4425 (or 0x0C4425) is unknown color: approx Zuccini. HEX triplet: 0C, 44 and 25. RGB value is (12,68,37). Sum of RGB (Red+Green+Blue) = 12+68+37=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4425 is #F3BBDA. Grayscale: #2F2F2F. Windows color (decimal): -15973339 or 2442252. OLE color: 2442252.

HSL color Cylindrical-coordinate representation of color #0C4425: hue angle of 146.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4425 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB126837-
CMYK0.8200.460.73
HSL146.79º70%15.69%-
HSV(B)146.79º82.35%26.67%-
XYZ2.554.352.45-
YUV47.72121.95102.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.26%
GREEN value IS 68 (26.95% from 255) = 58.12%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=10.26%
G=58.12%
B=31.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268370.8200.460.73146.797015.69
HexC44255202E49934610
Octal141044512205611122310620
Binary1100100010010010110100100101110100100110010011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,37); }

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

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

 a { background-color: rgb(12,68,37); }

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

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

 span { border-color: rgb(12,68,37); }

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