Html Css Color HEX #165018 Myrtle

📋 copy color: '#165018'

red 22 ◦ green 80 ◦ blue 24

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

Shades of Myrtle #165018

Tints of Myrtle #165018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 63.49%

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

R = 17.46%
G = 63.49%
B = 19.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#165018 (or 0x165018) is known color: Myrtle. HEX triplet: 16, 50 and 18. RGB value is (22,80,24). Sum of RGB (Red+Green+Blue) = 22+80+24=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #165018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165018 is #E9AFE7. Grayscale: #383838. Windows color (decimal): -15314920 or 1593366. OLE color: 1593366.

HSL color Cylindrical-coordinate representation of color #165018: hue angle of 122.07º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165018 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 80 24 -
CMYK 0.72 0 0.70 0.69
HSL 122.07º 0.57% 0.2% -
HSV(B) 122.07º 0.73% 0.31% -
XYZ 3.36 5.97 1.84 -
YUV 56.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 22 80 24 0.72 0 0.70 0.69 122.07 0.57 0.2
Hex 16 50 18 48 0 46 45 7A 39 14
Octal 26 120 30 110 0 106 105 172 71 24
Binary 10110 1010000 11000 1001000 0 1000110 1000101 1111010 111001 10100

Color Harmonies of #165018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165018

Black with #165018

Text Example


Text Example

White with #165018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165018; }

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

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

background-color css

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

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

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

border-color css

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

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

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