#0E4027

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

Shades of Zuccini #0E4027

Tints of Zuccini #0E4027

Color information

#0E4027 (or 0x0E4027) is unknown color: approx Zuccini. HEX triplet: 0E, 40 and 27. RGB value is (14,64,39). Sum of RGB (Red+Green+Blue) = 14+64+39=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #0E4027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4027 is #F1BFD8. Grayscale: #2E2E2E. Windows color (decimal): -15843289 or 2572302. OLE color: 2572302.

HSL color Cylindrical-coordinate representation of color #0E4027: hue angle of 150º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E4027 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB146439-
CMYK0.7800.390.75
HSL150º64.1%15.29%-
HSV(B)150º78.12%25.1%-
XYZ2.383.912.55-
YUV46.2123.94105.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.97%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=11.97%
G=54.70%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1464390.7800.390.7515064.115.29
HexE40274E0274B9640f
Octal161004711604711322610017
Binary111010000001001111001110010011110010111001011010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,64,39); }

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

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

 a { background-color: rgb(14,64,39); }

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

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

 span { border-color: rgb(14,64,39); }

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