#163311

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

Shades of Myrtle #163311

Tints of Myrtle #163311

Color information

#163311 (or 0x163311) is unknown color: approx Myrtle. HEX triplet: 16, 33 and 11. RGB value is (22,51,17). Sum of RGB (Red+Green+Blue) = 22+51+17=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #163311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163311 is #E9CCEE. Grayscale: #262626. Windows color (decimal): -15322351 or 1127190. OLE color: 1127190.

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

Color convert

RGB225117-
CMYK0.5700.670.8
HSL111.18º50%13.33%-
HSV(B)111.18º66.67%20%-
XYZ1.622.580.94-
YUV38.45115.89116.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.44%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=24.44%
G=56.67%
B=18.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251170.5700.670.8111.185013.33
Hex16331139043506f32d
Octal2663217101031201576215
Binary101101100111000111100101000011101000011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163311; }

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

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

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

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

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

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

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

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