Html Css Color HEX #0D540D Myrtle

📋 copy color: '#0D540D'

red 13 ◦ green 84 ◦ blue 13

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

Shades of Myrtle #0D540D

Tints of Myrtle #0D540D

RGB

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

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

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

R = 11.82%
G = 76.36%
B = 11.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#0D540D (or 0x0D540D) is known color: Myrtle. HEX triplet: 0D, 54 and 0D. RGB value is (13,84,13). Sum of RGB (Red+Green+Blue) = 13+84+13=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #0D540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D540D is #F2ABF2. Grayscale: #363636. Windows color (decimal): -15903731 or 873485. OLE color: 873485.

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

Color convert

RGB 13 84 13 -
CMYK 0.85 0 0.85 0.67
HSL 120º 0.73% 0.19% -
HSV(B) 120º 0.85% 0.33% -
XYZ 3.41 6.46 1.45 -
YUV 54.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 13 84 13 0.85 0 0.85 0.67 120 0.73 0.19
Hex D 54 D 55 0 55 43 78 49 13
Octal 15 124 15 125 0 125 103 170 111 23
Binary 1101 1010100 1101 1010101 0 1010101 1000011 1111000 1001001 10011

Color Harmonies of #0D540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D540D

Black with #0D540D

Text Example


Text Example

White with #0D540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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