#163406

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

Shades of Myrtle #163406

Tints of Myrtle #163406

Color information

#163406 (or 0x163406) is unknown color: approx Myrtle. HEX triplet: 16, 34 and 06. RGB value is (22,52,6). Sum of RGB (Red+Green+Blue) = 22+52+6=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #163406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163406 is #E9CBF9. Grayscale: #252525. Windows color (decimal): -15322106 or 406550. OLE color: 406550.

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

Color convert

RGB22526-
CMYK0.5800.880.80
HSL99.13º79.31%11.37%-
HSV(B)99.13º88.46%20.39%-
XYZ1.592.640.6-
YUV37.79110.06116.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.5%
GREEN value IS 52 (20.70% from 255) = 65%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=27.5%
G=65%
B=7.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal225260.5800.880.8099.1379.3111.37
Hex163463A05850634fb
Octal2664672013012014311713
Binary10110110100110111010010110001010000110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163406; }

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

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

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

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

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

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

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

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