#16180A

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

Shades of Green Waterloo #16180A

Tints of Green Waterloo #16180A

Color information

#16180A (or 0x16180A) is unknown color: approx Green Waterloo. HEX triplet: 16, 18 and 0A. RGB value is (22,24,10). Sum of RGB (Red+Green+Blue) = 22+24+10=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #16180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16180A is #E9E7F5. Grayscale: #151515. Windows color (decimal): -15329270 or 661526. OLE color: 661526.

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

Color convert

RGB222410-
CMYK0.0800.580.91
HSL68.57º41.18%6.67%-
HSV(B)68.57º58.33%9.41%-
XYZ0.710.850.41-
YUV21.81121.34128.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 39.29%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=39.29%
G=42.86%
B=17.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2224100.0800.580.9168.5741.186.67
Hex1618A803A5B45297
Octal26301210072133105517
Binary101101100010101000011101010110111000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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