Html Css Color HEX #165201 Myrtle

📋 copy color: '#165201'

red 22 ◦ green 82 ◦ blue 1

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

Shades of Myrtle #165201

Tints of Myrtle #165201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 78.1%

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

R = 20.95%
G = 78.1%
B = 0.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#165201 (or 0x165201) is known color: Myrtle. HEX triplet: 16, 52 and 01. RGB value is (22,82,1). Sum of RGB (Red+Green+Blue) = 22+82+1=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #165201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165201 is #E9ADFE. Grayscale: #373737. Windows color (decimal): -15314431 or 86550. OLE color: 86550.

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

Color convert

RGB 22 82 1 -
CMYK 0.73 0 0.99 0.68
HSL 104.44º 0.98% 0.16% -
HSV(B) 104.44º 0.99% 0.32% -
XYZ 3.35 6.21 1.05 -
YUV 54.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 22 82 1 0.73 0 0.99 0.68 104.44 0.98 0.16
Hex 16 52 1 49 0 63 44 68 62 10
Octal 26 122 1 111 0 143 104 150 142 20
Binary 10110 1010010 1 1001001 0 1100011 1000100 1101000 1100010 10000

Color Harmonies of #165201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165201

Black with #165201

Text Example


Text Example

White with #165201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165201; }

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

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

background-color css

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

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

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

border-color css

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

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

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