#163015

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

Shades of Myrtle #163015

Tints of Myrtle #163015

Color information

#163015 (or 0x163015) is unknown color: approx Myrtle. HEX triplet: 16, 30 and 15. RGB value is (22,48,21). Sum of RGB (Red+Green+Blue) = 22+48+21=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #163015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163015 is #E9CFEA. Grayscale: #252525. Windows color (decimal): -15323115 or 1388566. OLE color: 1388566.

HSL color Cylindrical-coordinate representation of color #163015: hue angle of 117.78º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163015 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB224821-
CMYK0.5400.560.81
HSL117.78º39.13%13.53%-
HSV(B)117.78º56.25%18.82%-
XYZ1.522.341.08-
YUV37.15118.89117.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.18%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=24.18%
G=52.75%
B=23.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248210.5400.560.81117.7839.1313.53
Hex16301536038517627e
Octal266025660701211664716
Binary10110110000101011101100111000101000111101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163015; }

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

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

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

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

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

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

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

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