Html Css Color HEX #165012 Myrtle

📋 copy color: '#165012'

red 22 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #165012

Tints of Myrtle #165012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15%

R = 18.33%
G = 66.67%
B = 15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#165012 (or 0x165012) is known color: Myrtle. HEX triplet: 16, 50 and 12. RGB value is (22,80,18). Sum of RGB (Red+Green+Blue) = 22+80+18=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #165012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165012 is #E9AFED. Grayscale: #373737. Windows color (decimal): -15314926 or 1200150. OLE color: 1200150.

HSL color Cylindrical-coordinate representation of color #165012: hue angle of 116.13º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165012 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 80 18 -
CMYK 0.72 0 0.78 0.69
HSL 116.13º 0.63% 0.19% -
HSV(B) 116.13º 0.78% 0.31% -
XYZ 3.31 5.95 1.55 -
YUV 55.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 22 80 18 0.72 0 0.78 0.69 116.13 0.63 0.19
Hex 16 50 12 48 0 4E 45 74 3F 13
Octal 26 120 22 110 0 116 105 164 77 23
Binary 10110 1010000 10010 1001000 0 1001110 1000101 1110100 111111 10011

Color Harmonies of #165012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165012

Black with #165012

Text Example


Text Example

White with #165012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165012; }

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

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

background-color css

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

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

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

border-color css

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

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

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