Html Css Color HEX #0D4815 Myrtle

📋 copy color: '#0D4815'

red 13 ◦ green 72 ◦ blue 21

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

Shades of Myrtle #0D4815

Tints of Myrtle #0D4815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 67.92%

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 12.26%
G = 67.92%
B = 19.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#0D4815 (or 0x0D4815) is known color: Myrtle. HEX triplet: 0D, 48 and 15. RGB value is (13,72,21). Sum of RGB (Red+Green+Blue) = 13+72+21=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4815 is #F2B7EA. Grayscale: #303030. Windows color (decimal): -15906795 or 1394701. OLE color: 1394701.

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

Color convert

RGB 13 72 21 -
CMYK 0.82 0 0.71 0.72
HSL 128.14º 0.69% 0.17% -
HSV(B) 128.14º 0.82% 0.28% -
XYZ 2.62 4.77 1.49 -
YUV 48.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 13 72 21 0.82 0 0.71 0.72 128.14 0.69 0.17
Hex D 48 15 52 0 47 48 80 45 11
Octal 15 110 25 122 0 107 110 200 105 21
Binary 1101 1001000 10101 1010010 0 1000111 1001000 10000000 1000101 10001

Color Harmonies of #0D4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4815

Black with #0D4815

Text Example


Text Example

White with #0D4815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,72,21); }

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

background-color css

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

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

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

border-color css

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

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

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