#165008

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

Shades of Myrtle #165008

Tints of Myrtle #165008

Color information

#165008 (or 0x165008) is unknown color: approx Myrtle. HEX triplet: 16, 50 and 08. RGB value is (22,80,8). Sum of RGB (Red+Green+Blue) = 22+80+8=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #165008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165008 is #E9AFF7. Grayscale: #363636. Windows color (decimal): -15314936 or 544790. OLE color: 544790.

HSL color Cylindrical-coordinate representation of color #165008: hue angle of 108.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165008 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB22808-
CMYK0.7200.900.69
HSL108.33º81.82%17.25%-
HSV(B)108.33º90%31.37%-
XYZ3.245.931.2-
YUV54.45101.78104.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 72.73%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=20%
G=72.73%
B=7.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal228080.7200.900.69108.3381.8217.25
Hex165084805A456c5211
Octal2612010110013210515412221
Binary101101010000100010010000101101010001011101100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165008; }

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

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

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

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

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

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

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

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