#0E3526

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

Shades of Dark Green #0E3526

Tints of Dark Green #0E3526

Color information

#0E3526 (or 0x0E3526) is unknown color: approx Dark Green. HEX triplet: 0E, 35 and 26. RGB value is (14,53,38). Sum of RGB (Red+Green+Blue) = 14+53+38=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3526 is #F1CAD9. Grayscale: #272727. Windows color (decimal): -15846106 or 2503950. OLE color: 2503950.

HSL color Cylindrical-coordinate representation of color #0E3526: hue angle of 156.92º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3526 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB145338-
CMYK0.7400.280.79
HSL156.92º58.21%13.14%-
HSV(B)156.92º73.58%20.78%-
XYZ1.82.782.28-
YUV39.63127.08109.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.33%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=13.33%
G=50.48%
B=36.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1453380.7400.280.79156.9258.2113.14
HexE35264A01C4F9d3ad
Octal1665461120341172357215
Binary111011010110011010010100111001001111100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,53,38); }

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

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

 a { background-color: rgb(14,53,38); }

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

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

 span { border-color: rgb(14,53,38); }

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