#165A1B

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

Shades of Myrtle #165A1B

Tints of Myrtle #165A1B

Color information

#165A1B (or 0x165A1B) is unknown color: approx Myrtle. HEX triplet: 16, 5A and 1B. RGB value is (22,90,27). Sum of RGB (Red+Green+Blue) = 22+90+27=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #165A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A1B is #E9A5E4. Grayscale: #3E3E3E. Windows color (decimal): -15312357 or 1792534. OLE color: 1792534.

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

Color convert

RGB229027-
CMYK0.7600.700.65
HSL124.41º60.71%21.96%-
HSV(B)124.41º75.56%35.29%-
XYZ4.187.562.28-
YUV62.49107.9799.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 90 (35.55% from 255) = 64.75%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=15.83%
G=64.75%
B=19.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2290270.7600.700.65124.4160.7121.96
Hex165A1B4C046417c3d16
Octal261323311401061011747526
Binary101101011010110111001100010001101000001111110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,90,27); }

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

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

 a { background-color: rgb(22,90,27); }

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

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

 span { border-color: rgb(22,90,27); }

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