Html Css Color HEX #10470A Myrtle

📋 copy color: '#10470A'

red 16 ◦ green 71 ◦ blue 10

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

Shades of Myrtle #10470A

Tints of Myrtle #10470A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.31%

R = 16.49%
G = 73.2%
B = 10.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#10470A (or 0x10470A) is known color: Myrtle. HEX triplet: 10, 47 and 0A. RGB value is (16,71,10). Sum of RGB (Red+Green+Blue) = 16+71+10=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #10470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10470A is #EFB8F5. Grayscale: #2F2F2F. Windows color (decimal): -15710454 or 673552. OLE color: 673552.

HSL color Cylindrical-coordinate representation of color #10470A: hue angle of 114.1º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10470A is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 10 -
CMYK 0.77 0 0.86 0.72
HSL 114.1º 0.75% 0.16% -
HSV(B) 114.1º 0.86% 0.28% -
XYZ 2.52 4.64 1.05 -
YUV 47.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 16 71 10 0.77 0 0.86 0.72 114.1 0.75 0.16
Hex 10 47 A 4D 0 56 48 72 4B 10
Octal 20 107 12 115 0 126 110 162 113 20
Binary 10000 1000111 1010 1001101 0 1010110 1001000 1110010 1001011 10000

Color Harmonies of #10470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10470A

Black with #10470A

Text Example


Text Example

White with #10470A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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