#165019

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

Shades of Myrtle #165019

Tints of Myrtle #165019

Color information

#165019 (or 0x165019) is unknown color: approx Myrtle. HEX triplet: 16, 50 and 19. RGB value is (22,80,25). Sum of RGB (Red+Green+Blue) = 22+80+25=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #165019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165019 is #E9AFE6. Grayscale: #383838. Windows color (decimal): -15314919 or 1658902. OLE color: 1658902.

HSL color Cylindrical-coordinate representation of color #165019: hue angle of 123.1º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165019 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB228025-
CMYK0.7200.690.69
HSL123.1º56.86%20%-
HSV(B)123.1º72.5%31.37%-
XYZ3.385.981.9-
YUV56.39110.28103.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 80 (31.64% from 255) = 62.99%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=17.32%
G=62.99%
B=19.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280250.7200.690.69123.156.8620
Hex16501948045457b3914
Octal261203111001051051737124
Binary101101010000110011001000010001011000101111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165019; }

 p { color: rgb(22,80,25); }

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

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

 a { background-color: rgb(22,80,25); }

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

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

 span { border-color: rgb(22,80,25); }

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