#0C442C

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

Shades of Zuccini #0C442C

Tints of Zuccini #0C442C

Color information

#0C442C (or 0x0C442C) is unknown color: approx Zuccini. HEX triplet: 0C, 44 and 2C. RGB value is (12,68,44). Sum of RGB (Red+Green+Blue) = 12+68+44=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #0C442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C442C is #F3BBD3. Grayscale: #303030. Windows color (decimal): -15973332 or 2901004. OLE color: 2901004.

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

Color convert

RGB126844-
CMYK0.8200.350.73
HSL154.29º70%15.69%-
HSV(B)154.29º82.35%26.67%-
XYZ2.674.393.09-
YUV48.52125.45101.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 68 (26.95% from 255) = 54.84%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=9.68%
G=54.84%
B=35.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268440.8200.350.73154.297015.69
HexC442C52023499a4610
Octal141045412204311123210620
Binary1100100010010110010100100100011100100110011010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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