#163307

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

Shades of Myrtle #163307

Tints of Myrtle #163307

Color information

#163307 (or 0x163307) is unknown color: approx Myrtle. HEX triplet: 16, 33 and 07. RGB value is (22,51,7). Sum of RGB (Red+Green+Blue) = 22+51+7=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #163307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163307 is #E9CCF8. Grayscale: #252525. Windows color (decimal): -15322361 or 471830. OLE color: 471830.

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

Color convert

RGB22517-
CMYK0.5700.860.8
HSL99.55º75.86%11.37%-
HSV(B)99.55º86.27%20%-
XYZ1.552.550.61-
YUV37.31110.89117.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.5%
GREEN value IS 51 (20.31% from 255) = 63.75%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=27.5%
G=63.75%
B=8.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal225170.5700.860.899.5575.8611.37
Hex163373905650644cb
Octal2663771012612014411413
Binary10110110011111111001010101101010000110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163307; }

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

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

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

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

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

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

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

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