Html Css Color HEX #0E530C Myrtle

📋 copy color: '#0E530C'

red 14 ◦ green 83 ◦ blue 12

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

Shades of Myrtle #0E530C

Tints of Myrtle #0E530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 12.84%
G = 76.15%
B = 11.01%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#0E530C (or 0x0E530C) is known color: Myrtle. HEX triplet: 0E, 53 and 0C. RGB value is (14,83,12). Sum of RGB (Red+Green+Blue) = 14+83+12=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #0E530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E530C is #F1ACF3. Grayscale: #363636. Windows color (decimal): -15838452 or 807694. OLE color: 807694.

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

Color convert

RGB 14 83 12 -
CMYK 0.83 0 0.86 0.67
HSL 118.31º 0.75% 0.19% -
HSV(B) 118.31º 0.86% 0.33% -
XYZ 3.34 6.31 1.39 -
YUV 54.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 14 83 12 0.83 0 0.86 0.67 118.31 0.75 0.19
Hex E 53 C 53 0 56 43 76 4B 13
Octal 16 123 14 123 0 126 103 166 113 23
Binary 1110 1010011 1100 1010011 0 1010110 1000011 1110110 1001011 10011

Color Harmonies of #0E530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E530C

Black with #0E530C

Text Example


Text Example

White with #0E530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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