Html Css Color HEX #165518 Myrtle

📋 copy color: '#165518'

red 22 ◦ green 85 ◦ blue 24

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

Shades of Myrtle #165518

Tints of Myrtle #165518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 16.79%
G = 64.89%
B = 18.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#165518 (or 0x165518) is known color: Myrtle. HEX triplet: 16, 55 and 18. RGB value is (22,85,24). Sum of RGB (Red+Green+Blue) = 22+85+24=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #165518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165518 is #E9AAE7. Grayscale: #3B3B3B. Windows color (decimal): -15313640 or 1594646. OLE color: 1594646.

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

Color convert

RGB 22 85 24 -
CMYK 0.74 0 0.72 0.67
HSL 121.9º 0.59% 0.21% -
HSV(B) 121.9º 0.74% 0.33% -
XYZ 3.74 6.73 1.97 -
YUV 59.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 22 85 24 0.74 0 0.72 0.67 121.9 0.59 0.21
Hex 16 55 18 4A 0 48 43 7A 3B 15
Octal 26 125 30 112 0 110 103 172 73 25
Binary 10110 1010101 11000 1001010 0 1001000 1000011 1111010 111011 10101

Color Harmonies of #165518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165518

Black with #165518

Text Example


Text Example

White with #165518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165518; }

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

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

background-color css

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

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

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

border-color css

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

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

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