Html Css Color HEX #0E5312 Myrtle

📋 copy color: '#0E5312'

red 14 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #0E5312

Tints of Myrtle #0E5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.17%

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 12.17%
G = 72.17%
B = 15.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#0E5312 (or 0x0E5312) is known color: Myrtle. HEX triplet: 0E, 53 and 12. RGB value is (14,83,18). Sum of RGB (Red+Green+Blue) = 14+83+18=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #0E5312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5312 is #F1ACED. Grayscale: #373737. Windows color (decimal): -15838446 or 1200910. OLE color: 1200910.

HSL color Cylindrical-coordinate representation of color #0E5312: hue angle of 123.48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5312 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 83 18 -
CMYK 0.83 0 0.78 0.67
HSL 123.48º 0.71% 0.19% -
HSV(B) 123.48º 0.83% 0.33% -
XYZ 3.38 6.32 1.61 -
YUV 54.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 14 83 18 0.83 0 0.78 0.67 123.48 0.71 0.19
Hex E 53 12 53 0 4E 43 7B 47 13
Octal 16 123 22 123 0 116 103 173 107 23
Binary 1110 1010011 10010 1010011 0 1001110 1000011 1111011 1000111 10011

Color Harmonies of #0E5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5312

Black with #0E5312

Text Example


Text Example

White with #0E5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,83,18); }

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

background-color css

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

 a { background-color: rgb(14,83,18); }

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

border-color css

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

 span { border-color: rgb(14,83,18); }

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