Html Css Color HEX #0E360D Myrtle

📋 copy color: '#0E360D'

red 14 ◦ green 54 ◦ blue 13

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

Shades of Myrtle #0E360D

Tints of Myrtle #0E360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 66.67%

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

R = 17.28%
G = 66.67%
B = 16.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#0E360D (or 0x0E360D) is known color: Myrtle. HEX triplet: 0E, 36 and 0D. RGB value is (14,54,13). Sum of RGB (Red+Green+Blue) = 14+54+13=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #0E360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E360D is #F1C9F2. Grayscale: #252525. Windows color (decimal): -15845875 or 865806. OLE color: 865806.

HSL color Cylindrical-coordinate representation of color #0E360D: hue angle of 118.54º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E360D is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 54 13 -
CMYK 0.74 0 0.76 0.79
HSL 118.54º 0.61% 0.13% -
HSV(B) 118.54º 0.76% 0.21% -
XYZ 1.57 2.76 0.83 -
YUV 37.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 14 54 13 0.74 0 0.76 0.79 118.54 0.61 0.13
Hex E 36 D 4A 0 4C 4F 77 3D D
Octal 16 66 15 112 0 114 117 167 75 15
Binary 1110 110110 1101 1001010 0 1001100 1001111 1110111 111101 1101

Color Harmonies of #0E360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E360D

Black with #0E360D

Text Example


Text Example

White with #0E360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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