Html Css Color HEX #0D4811 Myrtle

📋 copy color: '#0D4811'

red 13 ◦ green 72 ◦ blue 17

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

Shades of Myrtle #0D4811

Tints of Myrtle #0D4811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.67%

R = 12.75%
G = 70.59%
B = 16.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#0D4811 (or 0x0D4811) is known color: Myrtle. HEX triplet: 0D, 48 and 11. RGB value is (13,72,17). Sum of RGB (Red+Green+Blue) = 13+72+17=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4811 is #F2B7EE. Grayscale: #303030. Windows color (decimal): -15906799 or 1132557. OLE color: 1132557.

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

Color convert

RGB 13 72 17 -
CMYK 0.82 0 0.76 0.72
HSL 124.07º 0.69% 0.17% -
HSV(B) 124.07º 0.82% 0.28% -
XYZ 2.58 4.76 1.31 -
YUV 48.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 13 72 17 0.82 0 0.76 0.72 124.07 0.69 0.17
Hex D 48 11 52 0 4C 48 7C 45 11
Octal 15 110 21 122 0 114 110 174 105 21
Binary 1101 1001000 10001 1010010 0 1001100 1001000 1111100 1000101 10001

Color Harmonies of #0D4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4811

Black with #0D4811

Text Example


Text Example

White with #0D4811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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