#181A10

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

Shades of Green Waterloo #181A10

Tints of Green Waterloo #181A10

Color information

#181A10 (or 0x181A10) is unknown color: approx Green Waterloo. HEX triplet: 18, 1A and 10. RGB value is (24,26,16). Sum of RGB (Red+Green+Blue) = 24+26+16=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 26 - color contains mainly: green. Hex color #181A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A10 is #E7E5EF. Grayscale: #181818. Windows color (decimal): -15197680 or 1055256. OLE color: 1055256.

HSL color Cylindrical-coordinate representation of color #181A10: hue angle of 72º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #181A10 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB242616-
CMYK0.0800.380.90
HSL72º23.81%8.24%-
HSV(B)72º38.46%10.2%-
XYZ0.840.970.63-
YUV24.26123.34127.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 26 (10.55% from 255) = 39.39%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=36.36%
G=39.39%
B=24.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2426160.0800.380.907223.818.24
Hex181A1080265A48188
Octal303220100461321103010
Binary1100011010100001000010011010110101001000110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A10; }

 p { color: rgb(24,26,16); }

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

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

 a { background-color: rgb(24,26,16); }

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

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

 span { border-color: rgb(24,26,16); }

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