#165B18

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

Shades of Myrtle #165B18

Tints of Myrtle #165B18

Color information

#165B18 (or 0x165B18) is unknown color: approx Myrtle. HEX triplet: 16, 5B and 18. RGB value is (22,91,24). Sum of RGB (Red+Green+Blue) = 22+91+24=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #165B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165B18 is #E9A4E7. Grayscale: #3E3E3E. Windows color (decimal): -15312104 or 1596182. OLE color: 1596182.

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

Color convert

RGB229124-
CMYK0.7600.740.64
HSL121.74º61.06%22.16%-
HSV(B)121.74º75.82%35.69%-
XYZ4.247.722.13-
YUV62.73106.1498.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 91 (35.94% from 255) = 66.42%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=16.06%
G=66.42%
B=17.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291240.7600.740.64121.7461.0622.16
Hex165B184C04A407a3d16
Octal261333011401121001727526
Binary101101011011110001001100010010101000000111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,91,24); }

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

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

 a { background-color: rgb(22,91,24); }

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

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

 span { border-color: rgb(22,91,24); }

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