#0E2608

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

Shades of Myrtle #0E2608

Tints of Myrtle #0E2608

Color information

#0E2608 (or 0x0E2608) is unknown color: approx Myrtle. HEX triplet: 0E, 26 and 08. RGB value is (14,38,8). Sum of RGB (Red+Green+Blue) = 14+38+8=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2608 is #F1D9F7. Grayscale: #1B1B1B. Windows color (decimal): -15849976 or 534030. OLE color: 534030.

HSL color Cylindrical-coordinate representation of color #0E2608: hue angle of 108º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E2608 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB14388-
CMYK0.6300.790.85
HSL108º65.22%9.02%-
HSV(B)108º78.95%14.9%-
XYZ0.921.50.47-
YUV27.4117.05118.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.33%
GREEN value IS 38 (15.23% from 255) = 63.33%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=23.33%
G=63.33%
B=13.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal143880.6300.790.8510865.229.02
HexE2683F04F556c419
Octal16461077011712515410111
Binary11101001101000111111010011111010101110110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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