Html Css Color HEX #165010 Myrtle

📋 copy color: '#165010'

red 22 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #165010

Tints of Myrtle #165010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 18.64%
G = 67.8%
B = 13.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#165010 (or 0x165010) is known color: Myrtle. HEX triplet: 16, 50 and 10. RGB value is (22,80,16). Sum of RGB (Red+Green+Blue) = 22+80+16=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #165010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165010 is #E9AFEF. Grayscale: #373737. Windows color (decimal): -15314928 or 1069078. OLE color: 1069078.

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

Color convert

RGB 22 80 16 -
CMYK 0.72 0 0.80 0.69
HSL 114.38º 0.67% 0.19% -
HSV(B) 114.38º 0.8% 0.31% -
XYZ 3.29 5.95 1.46 -
YUV 55.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 22 80 16 0.72 0 0.80 0.69 114.38 0.67 0.19
Hex 16 50 10 48 0 50 45 72 43 13
Octal 26 120 20 110 0 120 105 162 103 23
Binary 10110 1010000 10000 1001000 0 1010000 1000101 1110010 1000011 10011

Color Harmonies of #165010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165010

Black with #165010

Text Example


Text Example

White with #165010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165010; }

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

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

background-color css

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

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

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

border-color css

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

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

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