#163418

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

Shades of Myrtle #163418

Tints of Myrtle #163418

Color information

#163418 (or 0x163418) is unknown color: approx Myrtle. HEX triplet: 16, 34 and 18. RGB value is (22,52,24). Sum of RGB (Red+Green+Blue) = 22+52+24=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #163418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163418 is #E9CBE7. Grayscale: #272727. Windows color (decimal): -15322088 or 1586198. OLE color: 1586198.

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

Color convert

RGB225224-
CMYK0.5800.540.80
HSL124º40.54%14.51%-
HSV(B)124º57.69%20.39%-
XYZ1.722.691.29-
YUV39.84119.06115.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 52 (20.70% from 255) = 53.06%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=22.45%
G=53.06%
B=24.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2252240.5800.540.8012440.5414.51
Hex1634183A036507c29f
Octal266430720661201745117
Binary10110110100110001110100110110101000011111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163418; }

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

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

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

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

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

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

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

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