#165C15

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

Shades of Myrtle #165C15

Tints of Myrtle #165C15

Color information

#165C15 (or 0x165C15) is unknown color: approx Myrtle. HEX triplet: 16, 5C and 15. RGB value is (22,92,21). Sum of RGB (Red+Green+Blue) = 22+92+21=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #165C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165C15 is #E9A3EA. Grayscale: #3F3F3F. Windows color (decimal): -15311851 or 1399830. OLE color: 1399830.

HSL color Cylindrical-coordinate representation of color #165C15: hue angle of 119.15º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165C15 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB229221-
CMYK0.7600.770.64
HSL119.15º62.83%22.16%-
HSV(B)119.15º77.17%36.08%-
XYZ4.297.882-
YUV62.98104.3198.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 92 (36.33% from 255) = 68.15%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=16.30%
G=68.15%
B=15.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2292210.7600.770.64119.1562.8322.16
Hex165C154C04D40773f16
Octal261342511401151001677726
Binary101101011100101011001100010011011000000111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165C15; }

 p { color: rgb(22,92,21); }

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

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

 a { background-color: rgb(22,92,21); }

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

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

 span { border-color: rgb(22,92,21); }

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