Html Css Color HEX #0D510D Myrtle

📋 copy color: '#0D510D'

red 13 ◦ green 81 ◦ blue 13

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

Shades of Myrtle #0D510D

Tints of Myrtle #0D510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 75.7%

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

R = 12.15%
G = 75.7%
B = 12.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#0D510D (or 0x0D510D) is known color: Myrtle. HEX triplet: 0D, 51 and 0D. RGB value is (13,81,13). Sum of RGB (Red+Green+Blue) = 13+81+13=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #0D510D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D510D is #F2AEF2. Grayscale: #353535. Windows color (decimal): -15904499 or 872717. OLE color: 872717.

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

Color convert

RGB 13 81 13 -
CMYK 0.84 0 0.84 0.68
HSL 120º 0.72% 0.18% -
HSV(B) 120º 0.84% 0.32% -
XYZ 3.18 6 1.37 -
YUV 52.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 13 81 13 0.84 0 0.84 0.68 120 0.72 0.18
Hex D 51 D 54 0 54 44 78 48 12
Octal 15 121 15 124 0 124 104 170 110 22
Binary 1101 1010001 1101 1010100 0 1010100 1000100 1111000 1001000 10010

Color Harmonies of #0D510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D510D

Black with #0D510D

Text Example


Text Example

White with #0D510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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