Html Css Color HEX #0D4812 Myrtle

📋 copy color: '#0D4812'

red 13 ◦ green 72 ◦ blue 18

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

Shades of Myrtle #0D4812

Tints of Myrtle #0D4812

RGB

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

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

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

R = 12.62%
G = 69.9%
B = 17.48%

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

#0D4812 (or 0x0D4812) is known color: Myrtle. HEX triplet: 0D, 48 and 12. RGB value is (13,72,18). Sum of RGB (Red+Green+Blue) = 13+72+18=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4812 is #F2B7ED. Grayscale: #303030. Windows color (decimal): -15906798 or 1198093. OLE color: 1198093.

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

Color convert

RGB 13 72 18 -
CMYK 0.82 0 0.75 0.72
HSL 125.08º 0.69% 0.17% -
HSV(B) 125.08º 0.82% 0.28% -
XYZ 2.59 4.76 1.36 -
YUV 48.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 13 72 18 0.82 0 0.75 0.72 125.08 0.69 0.17
Hex D 48 12 52 0 4B 48 7D 45 11
Octal 15 110 22 122 0 113 110 175 105 21
Binary 1101 1001000 10010 1010010 0 1001011 1001000 1111101 1000101 10001

Color Harmonies of #0D4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4812

Black with #0D4812

Text Example


Text Example

White with #0D4812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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