#165212

Color #165212 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #165212

Tints of Myrtle #165212

Color information

#165212 (or 0x165212) is unknown color: approx 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

RGB228218-
CMYK0.7300.780.68
HSL116.25º64%19.61%-
HSV(B)116.25º78.05%32.16%-
XYZ3.466.251.6-
YUV56.76106.12103.2-

RGB Variations

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

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 (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282180.7300.780.68116.256419.61
Hex1652124904E44744014
Octal2612222111011610416410024
Binary1011010100101001010010010100111010001001110100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>