#0E3300

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

Shades of Myrtle #0E3300

Tints of Myrtle #0E3300

Color information

#0E3300 (or 0x0E3300) is unknown color: approx Myrtle. HEX triplet: 0E, 33 and 00. RGB value is (14,51,0). Sum of RGB (Red+Green+Blue) = 14+51+0=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3300 is #F1CCFF. Grayscale: #222222. Windows color (decimal): -15846656 or 13070. OLE color: 13070.

HSL color Cylindrical-coordinate representation of color #0E3300: hue angle of 103.53º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E3300 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB14510-
CMYK0.73010.8
HSL103.53º100%10%-
HSV(B)103.53º100%20%-
XYZ1.362.460.4-
YUV34.12108.74113.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.54%
GREEN value IS 51 (20.31% from 255) = 78.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.54%
G=78.46%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal145100.73010.8103.5310010
HexE33049064506864a
Octal16630111014412015014412
Binary111011001101001001011001001010000110100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,51,0); }

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

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

 a { background-color: rgb(14,51,0); }

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

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

 span { border-color: rgb(14,51,0); }

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