#16180F

Color #16180F Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #16180F

Tints of Green Waterloo #16180F

Color information

#16180F (or 0x16180F) is unknown color: approx Green Waterloo. HEX triplet: 16, 18 and 0F. RGB value is (22,24,15). Sum of RGB (Red+Green+Blue) = 22+24+15=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #16180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16180F is #E9E7F0. Grayscale: #161616. Windows color (decimal): -15329265 or 989206. OLE color: 989206.

HSL color Cylindrical-coordinate representation of color #16180F: hue angle of 73.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #16180F is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB222415-
CMYK0.0800.370.91
HSL73.33º23.08%7.65%-
HSV(B)73.33º37.5%9.41%-
XYZ0.740.860.58-
YUV22.38123.84127.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=36.07%
G=39.34%
B=24.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2224150.0800.370.9173.3323.087.65
Hex1618F80255B49178
Octal263017100451331112710
Binary101101100011111000010010110110111001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16180F; }

 p { color: rgb(22,24,15); }

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

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

 a { background-color: rgb(22,24,15); }

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

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

 span { border-color: rgb(22,24,15); }

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