Html Css Color HEX #0D5212 Myrtle

📋 copy color: '#0D5212'

red 13 ◦ green 82 ◦ blue 18

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

Shades of Myrtle #0D5212

Tints of Myrtle #0D5212

RGB

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

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

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

R = 11.5%
G = 72.57%
B = 15.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#0D5212 (or 0x0D5212) is known color: Myrtle. HEX triplet: 0D, 52 and 12. RGB value is (13,82,18). Sum of RGB (Red+Green+Blue) = 13+82+18=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #0D5212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5212 is #F2ADED. Grayscale: #363636. Windows color (decimal): -15904238 or 1200653. OLE color: 1200653.

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

Color convert

RGB 13 82 18 -
CMYK 0.84 0 0.78 0.68
HSL 124.35º 0.73% 0.19% -
HSV(B) 124.35º 0.84% 0.32% -
XYZ 3.29 6.16 1.59 -
YUV 54.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 13 82 18 0.84 0 0.78 0.68 124.35 0.73 0.19
Hex D 52 12 54 0 4E 44 7C 49 13
Octal 15 122 22 124 0 116 104 174 111 23
Binary 1101 1010010 10010 1010100 0 1001110 1000100 1111100 1001001 10011

Color Harmonies of #0D5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5212

Black with #0D5212

Text Example


Text Example

White with #0D5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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