#0C432E

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

Shades of Zuccini #0C432E

Tints of Zuccini #0C432E

Color information

#0C432E (or 0x0C432E) is unknown color: approx Zuccini. HEX triplet: 0C, 43 and 2E. RGB value is (12,67,46). Sum of RGB (Red+Green+Blue) = 12+67+46=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #0C432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C432E is #F3BCD1. Grayscale: #303030. Windows color (decimal): -15973586 or 3031820. OLE color: 3031820.

HSL color Cylindrical-coordinate representation of color #0C432E: hue angle of 157.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C432E is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB126746-
CMYK0.8200.310.74
HSL157.09º69.62%15.49%-
HSV(B)157.09º82.09%26.27%-
XYZ2.654.293.27-
YUV48.16126.78102.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=9.6%
G=53.6%
B=36.8%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267460.8200.310.74157.0969.6215.49
HexC432E5201F4A9d46f
Octal141035612203711223510617
Binary11001000011101110101001001111110010101001110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,67,46); }

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

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

 a { background-color: rgb(12,67,46); }

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

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

 span { border-color: rgb(12,67,46); }

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