Html Css Color HEX #0E4715 Myrtle

📋 copy color: '#0E4715'

red 14 ◦ green 71 ◦ blue 21

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

Shades of Myrtle #0E4715

Tints of Myrtle #0E4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 66.98%

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 13.21%
G = 66.98%
B = 19.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#0E4715 (or 0x0E4715) is known color: Myrtle. HEX triplet: 0E, 47 and 15. RGB value is (14,71,21). Sum of RGB (Red+Green+Blue) = 14+71+21=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4715 is #F1B8EA. Grayscale: #303030. Windows color (decimal): -15841515 or 1394446. OLE color: 1394446.

HSL color Cylindrical-coordinate representation of color #0E4715: hue angle of 127.37º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4715 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 71 21 -
CMYK 0.80 0 0.70 0.72
HSL 127.37º 0.67% 0.17% -
HSV(B) 127.37º 0.8% 0.28% -
XYZ 2.57 4.65 1.47 -
YUV 48.26 112.62 103.57 -
System Red Green Blue C M Y K H S L
Decimal 14 71 21 0.80 0 0.70 0.72 127.37 0.67 0.17
Hex E 47 15 50 0 46 48 7F 43 11
Octal 16 107 25 120 0 106 110 177 103 21
Binary 1110 1000111 10101 1010000 0 1000110 1001000 1111111 1000011 10001

Color Harmonies of #0E4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4715

Black with #0E4715

Text Example


Text Example

White with #0E4715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,71,21); }

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

background-color css

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

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

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

border-color css

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

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

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