#16470A

Color #16470A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #16470A

Tints of Myrtle #16470A

Color information

#16470A (or 0x16470A) is unknown color: approx Myrtle. HEX triplet: 16, 47 and 0A. RGB value is (22,71,10). Sum of RGB (Red+Green+Blue) = 22+71+10=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #16470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16470A is #E9B8F5. Grayscale: #313131. Windows color (decimal): -15317238 or 673558. OLE color: 673558.

HSL color Cylindrical-coordinate representation of color #16470A: hue angle of 108.2º 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 #16470A is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB227110-
CMYK0.6900.860.72
HSL108.2º75.31%15.88%-
HSV(B)108.2º85.92%27.84%-
XYZ2.644.71.06-
YUV49.4105.77108.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 71 (28.12% from 255) = 68.93%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=21.36%
G=68.93%
B=9.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271100.6900.860.72108.275.3115.88
Hex1647A45056486c4b10
Octal2610712105012611015411320
Binary101101000111101010001010101011010010001101100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16470A;
 }
 .AnyTagClassName
 {
   color: #16470A;
 }
</style>
background-color css

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

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

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

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

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

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