Html Css Color HEX #165501 Myrtle

📋 copy color: '#165501'

red 22 ◦ green 85 ◦ blue 1

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

Shades of Myrtle #165501

Tints of Myrtle #165501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 78.7%

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

R = 20.37%
G = 78.7%
B = 0.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#165501 (or 0x165501) is known color: Myrtle. HEX triplet: 16, 55 and 01. RGB value is (22,85,1). Sum of RGB (Red+Green+Blue) = 22+85+1=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #165501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165501 is #E9AAFE. Grayscale: #383838. Windows color (decimal): -15313663 or 87318. OLE color: 87318.

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

Color convert

RGB 22 85 1 -
CMYK 0.74 0 0.99 0.67
HSL 105º 0.98% 0.17% -
HSV(B) 105º 0.99% 0.33% -
XYZ 3.58 6.67 1.13 -
YUV 56.59 96.63 103.33 -
System Red Green Blue C M Y K H S L
Decimal 22 85 1 0.74 0 0.99 0.67 105 0.98 0.17
Hex 16 55 1 4A 0 63 43 69 62 11
Octal 26 125 1 112 0 143 103 151 142 21
Binary 10110 1010101 1 1001010 0 1100011 1000011 1101001 1100010 10001

Color Harmonies of #165501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165501

Black with #165501

Text Example


Text Example

White with #165501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165501; }

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

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

background-color css

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

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

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

border-color css

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

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

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