Html Css Color HEX #0E470D Myrtle

📋 copy color: '#0E470D'

red 14 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #0E470D

Tints of Myrtle #0E470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 14.29%
G = 72.45%
B = 13.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#0E470D (or 0x0E470D) is known color: Myrtle. HEX triplet: 0E, 47 and 0D. RGB value is (14,71,13). Sum of RGB (Red+Green+Blue) = 14+71+13=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #0E470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E470D is #F1B8F2. Grayscale: #2F2F2F. Windows color (decimal): -15841523 or 870158. OLE color: 870158.

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

Color convert

RGB 14 71 13 -
CMYK 0.80 0 0.82 0.72
HSL 118.97º 0.69% 0.16% -
HSV(B) 118.97º 0.82% 0.28% -
XYZ 2.51 4.63 1.14 -
YUV 47.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 14 71 13 0.80 0 0.82 0.72 118.97 0.69 0.16
Hex E 47 D 50 0 52 48 77 45 10
Octal 16 107 15 120 0 122 110 167 105 20
Binary 1110 1000111 1101 1010000 0 1010010 1001000 1110111 1000101 10000

Color Harmonies of #0E470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E470D

Black with #0E470D

Text Example


Text Example

White with #0E470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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