Html Css Color HEX #0D4715 Myrtle

📋 copy color: '#0D4715'

red 13 ◦ green 71 ◦ blue 21

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

Shades of Myrtle #0D4715

Tints of Myrtle #0D4715

RGB

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

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

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

R = 12.38%
G = 67.62%
B = 20%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#0D4715 (or 0x0D4715) is known color: Myrtle. HEX triplet: 0D, 47 and 15. RGB value is (13,71,21). Sum of RGB (Red+Green+Blue) = 13+71+21=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4715 is #F2B8EA. Grayscale: #303030. Windows color (decimal): -15907051 or 1394445. OLE color: 1394445.

HSL color Cylindrical-coordinate representation of color #0D4715: hue angle of 128.28º 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 #0D4715 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 21 -
CMYK 0.82 0 0.70 0.72
HSL 128.28º 0.69% 0.16% -
HSV(B) 128.28º 0.82% 0.28% -
XYZ 2.55 4.65 1.47 -
YUV 47.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 13 71 21 0.82 0 0.70 0.72 128.28 0.69 0.16
Hex D 47 15 52 0 46 48 80 45 10
Octal 15 107 25 122 0 106 110 200 105 20
Binary 1101 1000111 10101 1010010 0 1000110 1001000 10000000 1000101 10000

Color Harmonies of #0D4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4715

Black with #0D4715

Text Example


Text Example

White with #0D4715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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