#165513

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

Shades of Myrtle #165513

Tints of Myrtle #165513

Color information

#165513 (or 0x165513) is unknown color: approx Myrtle. HEX triplet: 16, 55 and 13. RGB value is (22,85,19). Sum of RGB (Red+Green+Blue) = 22+85+19=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #165513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165513 is #E9AAEC. Grayscale: #3A3A3A. Windows color (decimal): -15313645 or 1266966. OLE color: 1266966.

HSL color Cylindrical-coordinate representation of color #165513: hue angle of 117.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165513 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB228519-
CMYK0.7400.780.67
HSL117.27º63.46%20.39%-
HSV(B)117.27º77.65%33.33%-
XYZ3.76.711.72-
YUV58.64105.63101.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 85 (33.59% from 255) = 67.46%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=17.46%
G=67.46%
B=15.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285190.7400.780.67117.2763.4620.39
Hex1655134A04E43753f14
Octal261252311201161031657724
Binary101101010101100111001010010011101000011111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165513; }

 p { color: rgb(22,85,19); }

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

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

 a { background-color: rgb(22,85,19); }

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

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

 span { border-color: rgb(22,85,19); }

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