Html Css Color HEX #0E320D Myrtle

📋 copy color: '#0E320D'

red 14 ◦ green 50 ◦ blue 13

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

Shades of Myrtle #0E320D

Tints of Myrtle #0E320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 64.94%

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

R = 18.18%
G = 64.94%
B = 16.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#0E320D (or 0x0E320D) is known color: Myrtle. HEX triplet: 0E, 32 and 0D. RGB value is (14,50,13). Sum of RGB (Red+Green+Blue) = 14+50+13=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #0E320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E320D is #F1CDF2. Grayscale: #232323. Windows color (decimal): -15846899 or 864782. OLE color: 864782.

HSL color Cylindrical-coordinate representation of color #0E320D: hue angle of 118.38º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E320D is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 14 50 13 -
CMYK 0.72 0 0.74 0.80
HSL 118.38º 0.59% 0.12% -
HSV(B) 118.38º 0.74% 0.2% -
XYZ 1.39 2.4 0.77 -
YUV 35.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 14 50 13 0.72 0 0.74 0.80 118.38 0.59 0.12
Hex E 32 D 48 0 4A 50 76 3B C
Octal 16 62 15 110 0 112 120 166 73 14
Binary 1110 110010 1101 1001000 0 1001010 1010000 1110110 111011 1100

Color Harmonies of #0E320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E320D

Black with #0E320D

Text Example


Text Example

White with #0E320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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