#192001

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

Shades of Green Waterloo #192001

Tints of Green Waterloo #192001

Color information

#192001 (or 0x192001) is unknown color: approx Green Waterloo. HEX triplet: 19, 20 and 01. RGB value is (25,32,1). Sum of RGB (Red+Green+Blue) = 25+32+1=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #192001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192001 is #E6DFFE. Grayscale: #1A1A1A. Windows color (decimal): -15130623 or 73753. OLE color: 73753.

HSL color Cylindrical-coordinate representation of color #192001: hue angle of 73.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #192001 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB25321-
CMYK0.2200.970.87
HSL73.55º93.94%6.47%-
HSV(B)73.55º96.88%12.55%-
XYZ0.921.240.22-
YUV26.37113.68127.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=43.10%
G=55.17%
B=1.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal253210.2200.970.8773.5593.946.47
Hex1920116061574a5e6
Octal314012601411271121366
Binary1100110000011011001100001101011110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192001; }

 p { color: rgb(25,32,1); }

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

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

 a { background-color: rgb(25,32,1); }

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

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

 span { border-color: rgb(25,32,1); }

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