Html Css Color HEX #0D520C Myrtle

📋 copy color: '#0D520C'

red 13 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #0D520C

Tints of Myrtle #0D520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 76.64%

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

R = 12.15%
G = 76.64%
B = 11.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#0D520C (or 0x0D520C) is known color: Myrtle. HEX triplet: 0D, 52 and 0C. RGB value is (13,82,12). Sum of RGB (Red+Green+Blue) = 13+82+12=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #0D520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D520C is #F2ADF3. Grayscale: #353535. Windows color (decimal): -15904244 or 807437. OLE color: 807437.

HSL color Cylindrical-coordinate representation of color #0D520C: hue angle of 119.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D520C is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 82 12 -
CMYK 0.84 0 0.85 0.68
HSL 119.14º 0.74% 0.18% -
HSV(B) 119.14º 0.85% 0.32% -
XYZ 3.25 6.15 1.36 -
YUV 53.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 13 82 12 0.84 0 0.85 0.68 119.14 0.74 0.18
Hex D 52 C 54 0 55 44 77 4A 12
Octal 15 122 14 124 0 125 104 167 112 22
Binary 1101 1010010 1100 1010100 0 1010101 1000100 1110111 1001010 10010

Color Harmonies of #0D520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D520C

Black with #0D520C

Text Example


Text Example

White with #0D520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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