Html Css Color HEX #0E480D Myrtle

📋 copy color: '#0E480D'

red 14 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #0E480D

Tints of Myrtle #0E480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 72.73%

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

R = 14.14%
G = 72.73%
B = 13.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#0E480D (or 0x0E480D) is known color: Myrtle. HEX triplet: 0E, 48 and 0D. RGB value is (14,72,13). Sum of RGB (Red+Green+Blue) = 14+72+13=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #0E480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E480D is #F1B7F2. Grayscale: #303030. Windows color (decimal): -15841267 or 870414. OLE color: 870414.

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

Color convert

RGB 14 72 13 -
CMYK 0.81 0 0.82 0.72
HSL 118.98º 0.69% 0.17% -
HSV(B) 118.98º 0.82% 0.28% -
XYZ 2.57 4.76 1.16 -
YUV 47.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 14 72 13 0.81 0 0.82 0.72 118.98 0.69 0.17
Hex E 48 D 51 0 52 48 77 45 11
Octal 16 110 15 121 0 122 110 167 105 21
Binary 1110 1001000 1101 1010001 0 1010010 1001000 1110111 1000101 10001

Color Harmonies of #0E480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E480D

Black with #0E480D

Text Example


Text Example

White with #0E480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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