#165315

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

Shades of Myrtle #165315

Tints of Myrtle #165315

Color information

#165315 (or 0x165315) is unknown color: approx Myrtle. HEX triplet: 16, 53 and 15. RGB value is (22,83,21). Sum of RGB (Red+Green+Blue) = 22+83+21=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #165315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165315 is #E9ACEA. Grayscale: #393939. Windows color (decimal): -15314155 or 1397526. OLE color: 1397526.

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

Color convert

RGB228321-
CMYK0.7300.750.67
HSL119.03º59.62%20.39%-
HSV(B)119.03º74.7%32.55%-
XYZ3.566.411.76-
YUV57.69107.29102.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 83 (32.81% from 255) = 65.87%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=17.46%
G=65.87%
B=16.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283210.7300.750.67119.0359.6220.39
Hex1653154904B43773c14
Octal261232511101131031677424
Binary101101010011101011001001010010111000011111011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165315; }

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

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

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

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

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

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

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

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