#165314

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

Shades of Myrtle #165314

Tints of Myrtle #165314

Color information

#165314 (or 0x165314) is unknown color: approx Myrtle. HEX triplet: 16, 53 and 14. RGB value is (22,83,20). Sum of RGB (Red+Green+Blue) = 22+83+20=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #165314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165314 is #E9ACEB. Grayscale: #393939. Windows color (decimal): -15314156 or 1331990. OLE color: 1331990.

HSL color Cylindrical-coordinate representation of color #165314: hue angle of 118.1º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165314 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB228320-
CMYK0.7300.760.67
HSL118.1º61.17%20.2%-
HSV(B)118.1º75.9%32.55%-
XYZ3.556.411.71-
YUV57.58106.79102.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 83 (32.81% from 255) = 66.4%
BLUE value IS 20 (8.20% from 255) = 16%
R=17.6%
G=66.4%
B=16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283200.7300.760.67118.161.1720.2
Hex1653144904C43763d14
Octal261232411101141031667524
Binary101101010011101001001001010011001000011111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165314; }

 p { color: rgb(22,83,20); }

 H1.HeaderClassName
 {
   color: #165314;
 }
 .AnyTagClassName
 {
   color: #165314;
 }
</style>
background-color css

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

 a { background-color: rgb(22,83,20); }

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

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

 span { border-color: rgb(22,83,20); }

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