Html Css Color HEX #0D460E Myrtle

📋 copy color: '#0D460E'

red 13 ◦ green 70 ◦ blue 14

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

Shades of Myrtle #0D460E

Tints of Myrtle #0D460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 72.16%

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 13.4%
G = 72.16%
B = 14.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#0D460E (or 0x0D460E) is known color: Myrtle. HEX triplet: 0D, 46 and 0E. RGB value is (13,70,14). Sum of RGB (Red+Green+Blue) = 13+70+14=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #0D460E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D460E is #F2B9F1. Grayscale: #2E2E2E. Windows color (decimal): -15907314 or 935437. OLE color: 935437.

HSL color Cylindrical-coordinate representation of color #0D460E: hue angle of 121.05º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D460E is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 14 -
CMYK 0.81 0 0.80 0.73
HSL 121.05º 0.69% 0.16% -
HSV(B) 121.05º 0.81% 0.27% -
XYZ 2.44 4.5 1.16 -
YUV 46.57 109.62 104.05 -
System Red Green Blue C M Y K H S L
Decimal 13 70 14 0.81 0 0.80 0.73 121.05 0.69 0.16
Hex D 46 E 51 0 50 49 79 45 10
Octal 15 106 16 121 0 120 111 171 105 20
Binary 1101 1000110 1110 1010001 0 1010000 1001001 1111001 1000101 10000

Color Harmonies of #0D460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D460E

Black with #0D460E

Text Example


Text Example

White with #0D460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,14); }

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

background-color css

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

 a { background-color: rgb(13,70,14); }

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

border-color css

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

 span { border-color: rgb(13,70,14); }

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