Html Css Color HEX #165210 Myrtle

📋 copy color: '#165210'

red 22 ◦ green 82 ◦ blue 16

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

Shades of Myrtle #165210

Tints of Myrtle #165210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 68.33%

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

R = 18.33%
G = 68.33%
B = 13.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#165210 (or 0x165210) is known color: Myrtle. HEX triplet: 16, 52 and 10. RGB value is (22,82,16). Sum of RGB (Red+Green+Blue) = 22+82+16=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #165210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165210 is #E9ADEF. Grayscale: #383838. Windows color (decimal): -15314416 or 1069590. OLE color: 1069590.

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

Color convert

RGB 22 82 16 -
CMYK 0.73 0 0.80 0.68
HSL 114.55º 0.67% 0.19% -
HSV(B) 114.55º 0.8% 0.32% -
XYZ 3.44 6.24 1.51 -
YUV 56.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 22 82 16 0.73 0 0.80 0.68 114.55 0.67 0.19
Hex 16 52 10 49 0 50 44 73 43 13
Octal 26 122 20 111 0 120 104 163 103 23
Binary 10110 1010010 10000 1001001 0 1010000 1000100 1110011 1000011 10011

Color Harmonies of #165210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165210

Black with #165210

Text Example


Text Example

White with #165210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165210; }

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

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

background-color css

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

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

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

border-color css

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

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

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