Html Css Color HEX #0D510F Myrtle

📋 copy color: '#0D510F'

red 13 ◦ green 81 ◦ blue 15

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

Shades of Myrtle #0D510F

Tints of Myrtle #0D510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 11.93%
G = 74.31%
B = 13.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#0D510F (or 0x0D510F) is known color: Myrtle. HEX triplet: 0D, 51 and 0F. RGB value is (13,81,15). Sum of RGB (Red+Green+Blue) = 13+81+15=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #0D510F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D510F is #F2AEF0. Grayscale: #353535. Windows color (decimal): -15904497 or 1003789. OLE color: 1003789.

HSL color Cylindrical-coordinate representation of color #0D510F: hue angle of 121.76º 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 #0D510F is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 81 15 -
CMYK 0.84 0 0.81 0.68
HSL 121.76º 0.72% 0.18% -
HSV(B) 121.76º 0.84% 0.32% -
XYZ 3.19 6 1.44 -
YUV 53.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 13 81 15 0.84 0 0.81 0.68 121.76 0.72 0.18
Hex D 51 F 54 0 51 44 7A 48 12
Octal 15 121 17 124 0 121 104 172 110 22
Binary 1101 1010001 1111 1010100 0 1010001 1000100 1111010 1001000 10010

Color Harmonies of #0D510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D510F

Black with #0D510F

Text Example


Text Example

White with #0D510F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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