#0E4724

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

Shades of Zuccini #0E4724

Tints of Zuccini #0E4724

Color information

#0E4724 (or 0x0E4724) is unknown color: approx Zuccini. HEX triplet: 0E, 47 and 24. RGB value is (14,71,36). Sum of RGB (Red+Green+Blue) = 14+71+36=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4724 is #F1B8DB. Grayscale: #323232. Windows color (decimal): -15841500 or 2377486. OLE color: 2377486.

HSL color Cylindrical-coordinate representation of color #0E4724: hue angle of 143.16º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4724 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB147136-
CMYK0.8000.490.72
HSL143.16º67.06%16.67%-
HSV(B)143.16º80.28%27.84%-
XYZ2.754.732.44-
YUV49.97120.12102.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=11.57%
G=58.68%
B=29.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1471360.8000.490.72143.1667.0616.67
HexE472450031488f4311
Octal161074412006111021710321
Binary1110100011110010010100000110001100100010001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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