#0C4529

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

Shades of Zuccini #0C4529

Tints of Zuccini #0C4529

Color information

#0C4529 (or 0x0C4529) is unknown color: approx Zuccini. HEX triplet: 0C, 45 and 29. RGB value is (12,69,41). Sum of RGB (Red+Green+Blue) = 12+69+41=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #0C4529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4529 is #F3BAD6. Grayscale: #303030. Windows color (decimal): -15973079 or 2704652. OLE color: 2704652.

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

Color convert

RGB126941-
CMYK0.8300.410.73
HSL150.53º70.37%15.88%-
HSV(B)150.53º82.61%27.06%-
XYZ2.684.492.82-
YUV48.76123.62101.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.84%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=9.84%
G=56.56%
B=33.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1269410.8300.410.73150.5370.3715.88
HexC45295302949974610
Octal141055112305111122710620
Binary1100100010110100110100110101001100100110010111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,69,41); }

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

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

 a { background-color: rgb(12,69,41); }

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

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

 span { border-color: rgb(12,69,41); }

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