#0E2606

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

Shades of Myrtle #0E2606

Tints of Myrtle #0E2606

Color information

#0E2606 (or 0x0E2606) is unknown color: approx Myrtle. HEX triplet: 0E, 26 and 06. RGB value is (14,38,6). Sum of RGB (Red+Green+Blue) = 14+38+6=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2606 is #F1D9F9. Grayscale: #1B1B1B. Windows color (decimal): -15849978 or 402958. OLE color: 402958.

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

Color convert

RGB14386-
CMYK0.6300.840.85
HSL105º72.73%8.63%-
HSV(B)105º84.21%14.9%-
XYZ0.911.490.41-
YUV27.18116.05118.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 38 (15.23% from 255) = 65.52%
BLUE value IS 6 (2.73% from 255) = 10.34%
R=24.14%
G=65.52%
B=10.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal143860.6300.840.8510572.738.63
HexE2663F0545569499
Octal1646677012412515111111
Binary1110100110110111111010101001010101110100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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