Html Css Color HEX #10470E Myrtle

📋 copy color: '#10470E'

red 16 ◦ green 71 ◦ blue 14

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

Shades of Myrtle #10470E

Tints of Myrtle #10470E

RGB

 RED value IS 16 (6.64% from 255) = 15.84%

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

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

R = 15.84%
G = 70.3%
B = 13.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#10470E (or 0x10470E) is known color: Myrtle. HEX triplet: 10, 47 and 0E. RGB value is (16,71,14). Sum of RGB (Red+Green+Blue) = 16+71+14=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #10470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10470E is #EFB8F1. Grayscale: #303030. Windows color (decimal): -15710450 or 935696. OLE color: 935696.

HSL color Cylindrical-coordinate representation of color #10470E: hue angle of 117.89º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10470E is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 14 -
CMYK 0.77 0 0.80 0.72
HSL 117.89º 0.67% 0.17% -
HSV(B) 117.89º 0.8% 0.28% -
XYZ 2.55 4.65 1.18 -
YUV 48.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 16 71 14 0.77 0 0.80 0.72 117.89 0.67 0.17
Hex 10 47 E 4D 0 50 48 76 43 11
Octal 20 107 16 115 0 120 110 166 103 21
Binary 10000 1000111 1110 1001101 0 1010000 1001000 1110110 1000011 10001

Color Harmonies of #10470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10470E

Black with #10470E

Text Example


Text Example

White with #10470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10470E; }

 p { color: rgb(16,71,14); }

 H1.HeaderClassName
 {
   color: #10470E;
 }
 .AnyTagClassName
 {
   color: #10470E;
 }
</style>

background-color css

<style>
 a { background-color: #10470E; }

 a { background-color: rgb(16,71,14); }

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

border-color css

<style>
 span { border-color: #10470E; }

 span { border-color: rgb(16,71,14); }

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