#165001

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

Shades of Myrtle #165001

Tints of Myrtle #165001

Color information

#165001 (or 0x165001) is unknown color: approx Myrtle. HEX triplet: 16, 50 and 01. RGB value is (22,80,1). Sum of RGB (Red+Green+Blue) = 22+80+1=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #165001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165001 is #E9AFFE. Grayscale: #353535. Windows color (decimal): -15314943 or 86038. OLE color: 86038.

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

Color convert

RGB22801-
CMYK0.7200.990.69
HSL104.05º97.53%15.88%-
HSV(B)104.05º98.75%31.37%-
XYZ3.215.911-
YUV53.6598.28105.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 80 (31.64% from 255) = 77.67%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=21.36%
G=77.67%
B=0.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal228010.7200.990.69104.0597.5315.88
Hex165014806345686210
Octal261201110014310515014220
Binary101101010000110010000110001110001011101000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165001; }

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

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

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

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

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

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

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

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