Html Css Color HEX #0E550E Myrtle

📋 copy color: '#0E550E'

red 14 ◦ green 85 ◦ blue 14

#0E550E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0E550E

Tints of Myrtle #0E550E

RGB

 RED value IS 14 (5.86% from 255) = 12.39%

 GREEN value IS 85 (33.59% from 255) = 75.22%

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 12.39%
G = 75.22%
B = 12.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#0E550E (or 0x0E550E) is known color: Myrtle. HEX triplet: 0E, 55 and 0E. RGB value is (14,85,14). Sum of RGB (Red+Green+Blue) = 14+85+14=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #0E550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E550E is #F1AAF1. Grayscale: #373737. Windows color (decimal): -15837938 or 939278. OLE color: 939278.

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

Color convert

RGB 14 85 14 -
CMYK 0.84 0 0.84 0.67
HSL 120º 0.72% 0.19% -
HSV(B) 120º 0.84% 0.33% -
XYZ 3.51 6.62 1.51 -
YUV 55.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 14 85 14 0.84 0 0.84 0.67 120 0.72 0.19
Hex E 55 E 54 0 54 43 78 48 13
Octal 16 125 16 124 0 124 103 170 110 23
Binary 1110 1010101 1110 1010100 0 1010100 1000011 1111000 1001000 10011

Color Harmonies of #0E550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E550E

Black with #0E550E

Text Example


Text Example

White with #0E550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,85,14); }

 H1.HeaderClassName
 {
   color: #0E550E;
 }
 .AnyTagClassName
 {
   color: #0E550E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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