Html Css Color HEX #0E240D Myrtle

📋 copy color: '#0E240D'

red 14 ◦ green 36 ◦ blue 13

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

Shades of Myrtle #0E240D

Tints of Myrtle #0E240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 57.14%

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

R = 22.22%
G = 57.14%
B = 20.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#0E240D (or 0x0E240D) is known color: Myrtle. HEX triplet: 0E, 24 and 0D. RGB value is (14,36,13). Sum of RGB (Red+Green+Blue) = 14+36+13=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #0E240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E240D is #F1DBF2. Grayscale: #1A1A1A. Windows color (decimal): -15850483 or 861198. OLE color: 861198.

HSL color Cylindrical-coordinate representation of color #0E240D: hue angle of 117.39º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E240D is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 14 36 13 -
CMYK 0.61 0 0.64 0.86
HSL 117.39º 0.47% 0.1% -
HSV(B) 117.39º 0.64% 0.14% -
XYZ 0.88 1.38 0.6 -
YUV 26.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 14 36 13 0.61 0 0.64 0.86 117.39 0.47 0.1
Hex E 24 D 3D 0 40 56 75 2F A
Octal 16 44 15 75 0 100 126 165 57 12
Binary 1110 100100 1101 111101 0 1000000 1010110 1110101 101111 1010

Color Harmonies of #0E240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E240D

Black with #0E240D

Text Example


Text Example

White with #0E240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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