#0E4328

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

Shades of Zuccini #0E4328

Tints of Zuccini #0E4328

Color information

#0E4328 (or 0x0E4328) is unknown color: approx Zuccini. HEX triplet: 0E, 43 and 28. RGB value is (14,67,40). Sum of RGB (Red+Green+Blue) = 14+67+40=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #0E4328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4328 is #F1BCD7. Grayscale: #303030. Windows color (decimal): -15842520 or 2638606. OLE color: 2638606.

HSL color Cylindrical-coordinate representation of color #0E4328: hue angle of 149.43º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E4328 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB146740-
CMYK0.7900.400.74
HSL149.43º65.43%15.88%-
HSV(B)149.43º79.1%26.27%-
XYZ2.574.262.69-
YUV48.08123.44103.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=11.57%
G=55.37%
B=33.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1467400.7900.400.74149.4365.4315.88
HexE43284F0284A954110
Octal161035011705011222510120
Binary1110100001110100010011110101000100101010010101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,67,40); }

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

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

 a { background-color: rgb(14,67,40); }

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

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

 span { border-color: rgb(14,67,40); }

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