Html Css Color HEX #0E4705 Myrtle

📋 copy color: '#0E4705'

red 14 ◦ green 71 ◦ blue 5

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

Shades of Myrtle #0E4705

Tints of Myrtle #0E4705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.56%

R = 15.56%
G = 78.89%
B = 5.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#0E4705 (or 0x0E4705) is known color: Myrtle. HEX triplet: 0E, 47 and 05. RGB value is (14,71,5). Sum of RGB (Red+Green+Blue) = 14+71+5=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4705 is #F1B8FA. Grayscale: #2E2E2E. Windows color (decimal): -15841531 or 345870. OLE color: 345870.

HSL color Cylindrical-coordinate representation of color #0E4705: hue angle of 111.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E4705 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 71 5 -
CMYK 0.80 0 0.93 0.72
HSL 111.82º 0.87% 0.15% -
HSV(B) 111.82º 0.93% 0.28% -
XYZ 2.46 4.61 0.9 -
YUV 46.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 14 71 5 0.80 0 0.93 0.72 111.82 0.87 0.15
Hex E 47 5 50 0 5D 48 70 57 F
Octal 16 107 5 120 0 135 110 160 127 17
Binary 1110 1000111 101 1010000 0 1011101 1001000 1110000 1010111 1111

Color Harmonies of #0E4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4705

Black with #0E4705

Text Example


Text Example

White with #0E4705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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