Html Css Color HEX #0D4712 Myrtle

📋 copy color: '#0D4712'

red 13 ◦ green 71 ◦ blue 18

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

Shades of Myrtle #0D4712

Tints of Myrtle #0D4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 69.61%

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

R = 12.75%
G = 69.61%
B = 17.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#0D4712 (or 0x0D4712) is known color: Myrtle. HEX triplet: 0D, 47 and 12. RGB value is (13,71,18). Sum of RGB (Red+Green+Blue) = 13+71+18=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4712 is #F2B8ED. Grayscale: #2F2F2F. Windows color (decimal): -15907054 or 1197837. OLE color: 1197837.

HSL color Cylindrical-coordinate representation of color #0D4712: hue angle of 125.17º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4712 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 18 -
CMYK 0.82 0 0.75 0.72
HSL 125.17º 0.69% 0.16% -
HSV(B) 125.17º 0.82% 0.28% -
XYZ 2.53 4.64 1.33 -
YUV 47.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 13 71 18 0.82 0 0.75 0.72 125.17 0.69 0.16
Hex D 47 12 52 0 4B 48 7D 45 10
Octal 15 107 22 122 0 113 110 175 105 20
Binary 1101 1000111 10010 1010010 0 1001011 1001000 1111101 1000101 10000

Color Harmonies of #0D4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4712

Black with #0D4712

Text Example


Text Example

White with #0D4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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