Html Css Color HEX #165801 Myrtle

📋 copy color: '#165801'

red 22 ◦ green 88 ◦ blue 1

#165801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #165801

Tints of Myrtle #165801

RGB

 RED value IS 22 (8.98% from 255) = 19.82%

 GREEN value IS 88 (34.77% from 255) = 79.28%

 BLUE value IS 1 (0.78% from 255) = 0.9%

R = 19.82%
G = 79.28%
B = 0.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#165801 (or 0x165801) is known color: Myrtle. HEX triplet: 16, 58 and 01. RGB value is (22,88,1). Sum of RGB (Red+Green+Blue) = 22+88+1=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #165801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165801 is #E9A7FE. Grayscale: #3A3A3A. Windows color (decimal): -15312895 or 88086. OLE color: 88086.

HSL color Cylindrical-coordinate representation of color #165801: hue angle of 105.52º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #165801 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 88 1 -
CMYK 0.75 0 0.99 0.65
HSL 105.52º 0.98% 0.17% -
HSV(B) 105.52º 0.99% 0.35% -
XYZ 3.83 7.15 1.21 -
YUV 58.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 22 88 1 0.75 0 0.99 0.65 105.52 0.98 0.17
Hex 16 58 1 4B 0 63 41 6A 62 11
Octal 26 130 1 113 0 143 101 152 142 21
Binary 10110 1011000 1 1001011 0 1100011 1000001 1101010 1100010 10001

Color Harmonies of #165801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165801

Black with #165801

Text Example


Text Example

White with #165801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165801; }

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

 H1.HeaderClassName
 {
   color: #165801;
 }
 .AnyTagClassName
 {
   color: #165801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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