#16480D

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

Shades of Myrtle #16480D

Tints of Myrtle #16480D

Color information

#16480D (or 0x16480D) is unknown color: approx Myrtle. HEX triplet: 16, 48 and 0D. RGB value is (22,72,13). Sum of RGB (Red+Green+Blue) = 22+72+13=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #16480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16480D is #E9B7F2. Grayscale: #323232. Windows color (decimal): -15316979 or 870422. OLE color: 870422.

HSL color Cylindrical-coordinate representation of color #16480D: hue angle of 110.85º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16480D is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB227213-
CMYK0.6900.820.72
HSL110.85º69.41%16.67%-
HSV(B)110.85º81.94%28.24%-
XYZ2.724.831.17-
YUV50.32106.94107.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 72 (28.52% from 255) = 67.29%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=20.56%
G=67.29%
B=12.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272130.6900.820.72110.8569.4116.67
Hex1648D45052486f4511
Octal2611015105012211015710521
Binary101101001000110110001010101001010010001101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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