Html Css Color HEX #0E330D Myrtle

📋 copy color: '#0E330D'

red 14 ◦ green 51 ◦ blue 13

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

Shades of Myrtle #0E330D

Tints of Myrtle #0E330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 65.38%

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

R = 17.95%
G = 65.38%
B = 16.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#0E330D (or 0x0E330D) is known color: Myrtle. HEX triplet: 0E, 33 and 0D. RGB value is (14,51,13). Sum of RGB (Red+Green+Blue) = 14+51+13=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #0E330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E330D is #F1CCF2. Grayscale: #232323. Windows color (decimal): -15846643 or 865038. OLE color: 865038.

HSL color Cylindrical-coordinate representation of color #0E330D: hue angle of 118.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E330D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 14 51 13 -
CMYK 0.73 0 0.75 0.8
HSL 118.42º 0.59% 0.13% -
HSV(B) 118.42º 0.75% 0.2% -
XYZ 1.44 2.49 0.79 -
YUV 35.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 14 51 13 0.73 0 0.75 0.8 118.42 0.59 0.13
Hex E 33 D 49 0 4B 50 76 3B D
Octal 16 63 15 111 0 113 120 166 73 15
Binary 1110 110011 1101 1001001 0 1001011 1010000 1110110 111011 1101

Color Harmonies of #0E330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E330D

Black with #0E330D

Text Example


Text Example

White with #0E330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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