Html Css Color HEX #0D420F Myrtle

📋 copy color: '#0D420F'

red 13 ◦ green 66 ◦ blue 15

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

Shades of Myrtle #0D420F

Tints of Myrtle #0D420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.21%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 13.83%
G = 70.21%
B = 15.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#0D420F (or 0x0D420F) is known color: Myrtle. HEX triplet: 0D, 42 and 0F. RGB value is (13,66,15). Sum of RGB (Red+Green+Blue) = 13+66+15=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #0D420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D420F is #F2BDF0. Grayscale: #2C2C2C. Windows color (decimal): -15908337 or 999949. OLE color: 999949.

HSL color Cylindrical-coordinate representation of color #0D420F: hue angle of 122.26º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D420F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 66 15 -
CMYK 0.80 0 0.77 0.74
HSL 122.26º 0.67% 0.15% -
HSV(B) 122.26º 0.8% 0.26% -
XYZ 2.2 4.02 1.11 -
YUV 44.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 13 66 15 0.80 0 0.77 0.74 122.26 0.67 0.15
Hex D 42 F 50 0 4D 4A 7A 43 F
Octal 15 102 17 120 0 115 112 172 103 17
Binary 1101 1000010 1111 1010000 0 1001101 1001010 1111010 1000011 1111

Color Harmonies of #0D420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D420F

Black with #0D420F

Text Example


Text Example

White with #0D420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,15); }

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

background-color css

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

 a { background-color: rgb(13,66,15); }

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

border-color css

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

 span { border-color: rgb(13,66,15); }

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