Html Css Color HEX #165506 Myrtle

📋 copy color: '#165506'

red 22 ◦ green 85 ◦ blue 6

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

Shades of Myrtle #165506

Tints of Myrtle #165506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.31%

R = 19.47%
G = 75.22%
B = 5.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#165506 (or 0x165506) is known color: Myrtle. HEX triplet: 16, 55 and 06. RGB value is (22,85,6). Sum of RGB (Red+Green+Blue) = 22+85+6=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #165506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165506 is #E9AAF9. Grayscale: #393939. Windows color (decimal): -15313658 or 414998. OLE color: 414998.

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

Color convert

RGB 22 85 6 -
CMYK 0.74 0 0.93 0.67
HSL 107.85º 0.87% 0.18% -
HSV(B) 107.85º 0.93% 0.33% -
XYZ 3.61 6.68 1.27 -
YUV 57.16 99.13 102.92 -
System Red Green Blue C M Y K H S L
Decimal 22 85 6 0.74 0 0.93 0.67 107.85 0.87 0.18
Hex 16 55 6 4A 0 5D 43 6C 57 12
Octal 26 125 6 112 0 135 103 154 127 22
Binary 10110 1010101 110 1001010 0 1011101 1000011 1101100 1010111 10010

Color Harmonies of #165506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165506

Black with #165506

Text Example


Text Example

White with #165506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165506; }

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

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

background-color css

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

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

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

border-color css

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

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

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