Html Css Color HEX #165212 Myrtle

📋 copy color: '#165212'

red 22 ◦ green 82 ◦ blue 18

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

Shades of Myrtle #165212

Tints of Myrtle #165212

RGB

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

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

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

R = 18.03%
G = 67.21%
B = 14.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#165212 (or 0x165212) is known color: Myrtle. HEX triplet: 16, 52 and 12. RGB value is (22,82,18). Sum of RGB (Red+Green+Blue) = 22+82+18=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #165212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165212 is #E9ADED. Grayscale: #383838. Windows color (decimal): -15314414 or 1200662. OLE color: 1200662.

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

Color convert

RGB 22 82 18 -
CMYK 0.73 0 0.78 0.68
HSL 116.25º 0.64% 0.2% -
HSV(B) 116.25º 0.78% 0.32% -
XYZ 3.46 6.25 1.6 -
YUV 56.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 22 82 18 0.73 0 0.78 0.68 116.25 0.64 0.2
Hex 16 52 12 49 0 4E 44 74 40 14
Octal 26 122 22 111 0 116 104 164 100 24
Binary 10110 1010010 10010 1001001 0 1001110 1000100 1110100 1000000 10100

Color Harmonies of #165212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165212

Black with #165212

Text Example


Text Example

White with #165212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165212; }

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

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

background-color css

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

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

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

border-color css

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

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

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