Html Css Color HEX #165213 Myrtle

📋 copy color: '#165213'

red 22 ◦ green 82 ◦ blue 19

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

Shades of Myrtle #165213

Tints of Myrtle #165213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 17.89%
G = 66.67%
B = 15.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#165213 (or 0x165213) is known color: Myrtle. HEX triplet: 16, 52 and 13. RGB value is (22,82,19). Sum of RGB (Red+Green+Blue) = 22+82+19=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #165213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165213 is #E9ADEC. Grayscale: #393939. Windows color (decimal): -15314413 or 1266198. OLE color: 1266198.

HSL color Cylindrical-coordinate representation of color #165213: hue angle of 117.14º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165213 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 82 19 -
CMYK 0.73 0 0.77 0.68
HSL 117.14º 0.62% 0.2% -
HSV(B) 117.14º 0.77% 0.32% -
XYZ 3.47 6.25 1.64 -
YUV 56.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 22 82 19 0.73 0 0.77 0.68 117.14 0.62 0.2
Hex 16 52 13 49 0 4D 44 75 3E 14
Octal 26 122 23 111 0 115 104 165 76 24
Binary 10110 1010010 10011 1001001 0 1001101 1000100 1110101 111110 10100

Color Harmonies of #165213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165213

Black with #165213

Text Example


Text Example

White with #165213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165213; }

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

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

background-color css

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

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

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

border-color css

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

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

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