#163816

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

Shades of Myrtle #163816

Tints of Myrtle #163816

Color information

#163816 (or 0x163816) is unknown color: approx Myrtle. HEX triplet: 16, 38 and 16. RGB value is (22,56,22). Sum of RGB (Red+Green+Blue) = 22+56+22=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #163816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163816 is #E9C7E9. Grayscale: #2A2A2A. Windows color (decimal): -15321066 or 1456150. OLE color: 1456150.

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

Color convert

RGB225622-
CMYK0.6100.610.78
HSL120º43.59%15.29%-
HSV(B)120º60.71%21.96%-
XYZ1.893.061.25-
YUV41.96116.74113.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22%
GREEN value IS 56 (22.27% from 255) = 56%
BLUE value IS 22 (8.98% from 255) = 22%
R=22%
G=56%
B=22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256220.6100.610.7812043.5915.29
Hex1638163D03D4E782cf
Octal267026750751161705417
Binary10110111000101101111010111101100111011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163816; }

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

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

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

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

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

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

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

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