#0E4B2E

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

Shades of Zuccini #0E4B2E

Tints of Zuccini #0E4B2E

Color information

#0E4B2E (or 0x0E4B2E) is unknown color: approx Zuccini. HEX triplet: 0E, 4B and 2E. RGB value is (14,75,46). Sum of RGB (Red+Green+Blue) = 14+75+46=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4B2E is #F1B4D1. Grayscale: #353535. Windows color (decimal): -15840466 or 3033870. OLE color: 3033870.

HSL color Cylindrical-coordinate representation of color #0E4B2E: hue angle of 151.48º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4B2E is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB147546-
CMYK0.8100.390.71
HSL151.48º68.54%17.45%-
HSV(B)151.48º81.33%29.41%-
XYZ3.195.323.44-
YUV53.46123.7999.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.37%
GREEN value IS 75 (29.69% from 255) = 55.56%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=10.37%
G=55.56%
B=34.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1475460.8100.390.71151.4868.5417.45
HexE4B2E5102747974511
Octal161135612104710722710521
Binary1110100101110111010100010100111100011110010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,75,46); }

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

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

 a { background-color: rgb(14,75,46); }

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

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

 span { border-color: rgb(14,75,46); }

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