#0E5300

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

Shades of Myrtle #0E5300

Tints of Myrtle #0E5300

Color information

#0E5300 (or 0x0E5300) is unknown color: approx Myrtle. HEX triplet: 0E, 53 and 00. RGB value is (14,83,0). Sum of RGB (Red+Green+Blue) = 14+83+0=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 83 (32.81% from 255 or 85.57% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 83 - color contains mainly: green. Hex color #0E5300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5300 is #F1ACFF. Grayscale: #353535. Windows color (decimal): -15838464 or 21262. OLE color: 21262.

HSL color Cylindrical-coordinate representation of color #0E5300: hue angle of 109.88º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E5300 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB14830-
CMYK0.83010.67
HSL109.88º100%16.27%-
HSV(B)109.88º100%32.55%-
XYZ3.276.281.04-
YUV52.9198.14100.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.43%
GREEN value IS 83 (32.81% from 255) = 85.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.43%
G=85.57%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal148300.83010.67109.8810016.27
HexE53053064436e6410
Octal161230123014410315614420
Binary11101010011010100110110010010000111101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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