#163312

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

Shades of Myrtle #163312

Tints of Myrtle #163312

Color information

#163312 (or 0x163312) is unknown color: approx Myrtle. HEX triplet: 16, 33 and 12. RGB value is (22,51,18). Sum of RGB (Red+Green+Blue) = 22+51+18=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #163312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163312 is #E9CCED. Grayscale: #262626. Windows color (decimal): -15322350 or 1192726. OLE color: 1192726.

HSL color Cylindrical-coordinate representation of color #163312: hue angle of 112.73º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163312 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB225118-
CMYK0.5700.650.8
HSL112.73º47.83%13.53%-
HSV(B)112.73º64.71%20%-
XYZ1.622.580.99-
YUV38.57116.39116.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.18%
GREEN value IS 51 (20.31% from 255) = 56.04%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=24.18%
G=56.04%
B=19.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251180.5700.650.8112.7347.8313.53
Hex16331239041507130e
Octal2663227101011201616016
Binary101101100111001011100101000001101000011100011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163312; }

 p { color: rgb(22,51,18); }

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

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

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

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

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

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

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