#181A05

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

Shades of Green Waterloo #181A05

Tints of Green Waterloo #181A05

Color information

#181A05 (or 0x181A05) is unknown color: approx Green Waterloo. HEX triplet: 18, 1A and 05. RGB value is (24,26,5). Sum of RGB (Red+Green+Blue) = 24+26+5=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #181A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A05 is #E7E5FA. Grayscale: #171717. Windows color (decimal): -15197691 or 334360. OLE color: 334360.

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

Color convert

RGB24265-
CMYK0.0800.810.90
HSL65.71º67.74%6.08%-
HSV(B)65.71º80.77%10.2%-
XYZ0.770.940.29-
YUV23.01117.84128.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 26 (10.55% from 255) = 47.27%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=43.64%
G=47.27%
B=9.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal242650.0800.810.9065.7167.746.08
Hex181A580515A42446
Octal303251001211321021046
Binary1100011010101100001010001101101010000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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