#163218

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

Shades of Myrtle #163218

Tints of Myrtle #163218

Color information

#163218 (or 0x163218) is unknown color: approx Myrtle. HEX triplet: 16, 32 and 18. RGB value is (22,50,24). Sum of RGB (Red+Green+Blue) = 22+50+24=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #163218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163218 is #E9CDE7. Grayscale: #262626. Windows color (decimal): -15322600 or 1585686. OLE color: 1585686.

HSL color Cylindrical-coordinate representation of color #163218: hue angle of 124.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163218 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB225024-
CMYK0.5600.520.80
HSL124.29º38.89%14.12%-
HSV(B)124.29º56%19.61%-
XYZ1.642.521.26-
YUV38.66119.72116.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.92%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 24 (9.77% from 255) = 25%
R=22.92%
G=52.08%
B=25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250240.5600.520.80124.2938.8914.12
Hex16321838034507c27e
Octal266230700641201744716
Binary10110110010110001110000110100101000011111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163218; }

 p { color: rgb(22,50,24); }

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

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

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

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

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

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

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