#0E4C24

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

Shades of Zuccini #0E4C24

Tints of Zuccini #0E4C24

Color information

#0E4C24 (or 0x0E4C24) is unknown color: approx Zuccini. HEX triplet: 0E, 4C and 24. RGB value is (14,76,36). Sum of RGB (Red+Green+Blue) = 14+76+36=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #0E4C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4C24 is #F1B3DB. Grayscale: #353535. Windows color (decimal): -15840220 or 2378766. OLE color: 2378766.

HSL color Cylindrical-coordinate representation of color #0E4C24: hue angle of 141.29º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4C24 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB147636-
CMYK0.8200.530.70
HSL141.29º68.89%17.65%-
HSV(B)141.29º81.58%29.8%-
XYZ3.085.392.55-
YUV52.9118.46100.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.11%
GREEN value IS 76 (30.08% from 255) = 60.32%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=11.11%
G=60.32%
B=28.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1476360.8200.530.70141.2968.8917.65
HexE4C2452035468d4512
Octal161144412206510621510522
Binary1110100110010010010100100110101100011010001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,76,36); }

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

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

 a { background-color: rgb(14,76,36); }

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

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

 span { border-color: rgb(14,76,36); }

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