#16480A

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

Shades of Myrtle #16480A

Tints of Myrtle #16480A

Color information

#16480A (or 0x16480A) is unknown color: approx Myrtle. HEX triplet: 16, 48 and 0A. RGB value is (22,72,10). Sum of RGB (Red+Green+Blue) = 22+72+10=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #16480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16480A is #E9B7F5. Grayscale: #323232. Windows color (decimal): -15316982 or 673814. OLE color: 673814.

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

Color convert

RGB227210-
CMYK0.6900.860.72
HSL108.39º75.61%16.08%-
HSV(B)108.39º86.11%28.24%-
XYZ2.74.831.08-
YUV49.98105.44108.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 72 (28.52% from 255) = 69.23%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=21.15%
G=69.23%
B=9.62%

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
Decimal2272100.6900.860.72108.3975.6116.08
Hex1648A45056486c4c10
Octal2611012105012611015411420
Binary101101001000101010001010101011010010001101100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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