Html Css Color HEX #0D540C Myrtle

📋 copy color: '#0D540C'

red 13 ◦ green 84 ◦ blue 12

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

Shades of Myrtle #0D540C

Tints of Myrtle #0D540C

RGB

 RED value IS 13 (5.47% from 255) = 11.93%

 GREEN value IS 84 (33.2% from 255) = 77.06%

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

R = 11.93%
G = 77.06%
B = 11.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#0D540C (or 0x0D540C) is known color: Myrtle. HEX triplet: 0D, 54 and 0C. RGB value is (13,84,12). Sum of RGB (Red+Green+Blue) = 13+84+12=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #0D540C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D540C is #F2ABF3. Grayscale: #363636. Windows color (decimal): -15903732 or 807949. OLE color: 807949.

HSL color Cylindrical-coordinate representation of color #0D540C: hue angle of 119.17º 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 #0D540C is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 84 12 -
CMYK 0.85 0 0.86 0.67
HSL 119.17º 0.75% 0.19% -
HSV(B) 119.17º 0.86% 0.33% -
XYZ 3.4 6.45 1.41 -
YUV 54.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 13 84 12 0.85 0 0.86 0.67 119.17 0.75 0.19
Hex D 54 C 55 0 56 43 77 4B 13
Octal 15 124 14 125 0 126 103 167 113 23
Binary 1101 1010100 1100 1010101 0 1010110 1000011 1110111 1001011 10011

Color Harmonies of #0D540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D540C

Black with #0D540C

Text Example


Text Example

White with #0D540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,12); }

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

background-color css

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

 a { background-color: rgb(13,84,12); }

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

border-color css

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

 span { border-color: rgb(13,84,12); }

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