Html Css Color HEX #0E5516 Myrtle

📋 copy color: '#0E5516'

red 14 ◦ green 85 ◦ blue 22

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

Shades of Myrtle #0E5516

Tints of Myrtle #0E5516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 11.57%
G = 70.25%
B = 18.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#0E5516 (or 0x0E5516) is known color: Myrtle. HEX triplet: 0E, 55 and 16. RGB value is (14,85,22). Sum of RGB (Red+Green+Blue) = 14+85+22=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5516 is #F1AAE9. Grayscale: #383838. Windows color (decimal): -15837930 or 1463566. OLE color: 1463566.

HSL color Cylindrical-coordinate representation of color #0E5516: hue angle of 126.76º 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 #0E5516 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 85 22 -
CMYK 0.84 0 0.74 0.67
HSL 126.76º 0.72% 0.19% -
HSV(B) 126.76º 0.84% 0.33% -
XYZ 3.57 6.65 1.85 -
YUV 56.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 14 85 22 0.84 0 0.74 0.67 126.76 0.72 0.19
Hex E 55 16 54 0 4A 43 7F 48 13
Octal 16 125 26 124 0 112 103 177 110 23
Binary 1110 1010101 10110 1010100 0 1001010 1000011 1111111 1001000 10011

Color Harmonies of #0E5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5516

Black with #0E5516

Text Example


Text Example

White with #0E5516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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