#163516

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

Shades of Myrtle #163516

Tints of Myrtle #163516

Color information

#163516 (or 0x163516) is unknown color: approx Myrtle. HEX triplet: 16, 35 and 16. RGB value is (22,53,22). Sum of RGB (Red+Green+Blue) = 22+53+22=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #163516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163516 is #E9CAE9. Grayscale: #282828. Windows color (decimal): -15321834 or 1455382. OLE color: 1455382.

HSL color Cylindrical-coordinate representation of color #163516: hue angle of 120º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163516 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB225322-
CMYK0.5800.580.79
HSL120º41.33%14.71%-
HSV(B)120º58.49%20.78%-
XYZ1.752.771.2-
YUV40.2117.73115.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.68%
GREEN value IS 53 (21.09% from 255) = 54.64%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=22.68%
G=54.64%
B=22.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253220.5800.580.7912041.3314.71
Hex1635163A03A4F7829f
Octal266526720721171705117
Binary10110110101101101110100111010100111111110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163516; }

 p { color: rgb(22,53,22); }

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

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

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

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

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

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

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