#0C4E2C

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

Shades of Zuccini #0C4E2C

Tints of Zuccini #0C4E2C

Color information

#0C4E2C (or 0x0C4E2C) is unknown color: approx Zuccini. HEX triplet: 0C, 4E and 2C. RGB value is (12,78,44). Sum of RGB (Red+Green+Blue) = 12+78+44=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E2C is #F3B1D3. Grayscale: #363636. Windows color (decimal): -15970772 or 2903564. OLE color: 2903564.

HSL color Cylindrical-coordinate representation of color #0C4E2C: hue angle of 149.09º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E2C is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB127844-
CMYK0.8500.440.69
HSL149.09º73.33%17.65%-
HSV(B)149.09º84.62%30.59%-
XYZ3.335.713.31-
YUV54.39122.1397.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 78 (30.86% from 255) = 58.21%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=8.96%
G=58.21%
B=32.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1278440.8500.440.69149.0973.3317.65
HexC4E2C5502C45954912
Octal141165412505410522511122
Binary1100100111010110010101010101100100010110010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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