#0C442D

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

Shades of Zuccini #0C442D

Tints of Zuccini #0C442D

Color information

#0C442D (or 0x0C442D) is unknown color: approx Zuccini. HEX triplet: 0C, 44 and 2D. RGB value is (12,68,45). Sum of RGB (Red+Green+Blue) = 12+68+45=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #0C442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C442D is #F3BBD2. Grayscale: #303030. Windows color (decimal): -15973331 or 2966540. OLE color: 2966540.

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

Color convert

RGB126845-
CMYK0.8200.340.73
HSL155.36º70%15.69%-
HSV(B)155.36º82.35%26.67%-
XYZ2.694.43.19-
YUV48.63125.95101.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 45 (17.97% from 255) = 36%
R=9.6%
G=54.4%
B=36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268450.8200.340.73155.367015.69
HexC442D52022499b4610
Octal141045512204211123310620
Binary1100100010010110110100100100010100100110011011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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