#0C4426

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

Shades of Zuccini #0C4426

Tints of Zuccini #0C4426

Color information

#0C4426 (or 0x0C4426) is unknown color: approx Zuccini. HEX triplet: 0C, 44 and 26. RGB value is (12,68,38). Sum of RGB (Red+Green+Blue) = 12+68+38=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4426 is #F3BBD9. Grayscale: #2F2F2F. Windows color (decimal): -15973338 or 2507788. OLE color: 2507788.

HSL color Cylindrical-coordinate representation of color #0C4426: hue angle of 147.86º 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 #0C4426 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB126838-
CMYK0.8200.440.73
HSL147.86º70%15.69%-
HSV(B)147.86º82.35%26.67%-
XYZ2.574.352.54-
YUV47.84122.45102.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.17%
GREEN value IS 68 (26.95% from 255) = 57.63%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=10.17%
G=57.63%
B=32.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268380.8200.440.73147.867015.69
HexC44265202C49944610
Octal141044612205411122410620
Binary1100100010010011010100100101100100100110010100100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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