#131803

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

Shades of Green Waterloo #131803

Tints of Green Waterloo #131803

Color information

#131803 (or 0x131803) is unknown color: approx Green Waterloo. HEX triplet: 13, 18 and 03. RGB value is (19,24,3). Sum of RGB (Red+Green+Blue) = 19+24+3=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #131803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131803 is #ECE7FC. Grayscale: #141414. Windows color (decimal): -15525885 or 202771. OLE color: 202771.

HSL color Cylindrical-coordinate representation of color #131803: hue angle of 74.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131803 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.

Color convert

RGB19243-
CMYK0.2100.880.91
HSL74.29º77.78%5.29%-
HSV(B)74.29º87.5%9.41%-
XYZ0.610.80.21-
YUV20.11118.34127.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 3 (1.56% from 255) = 6.52%
R=41.30%
G=52.17%
B=6.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192430.2100.880.9174.2977.785.29
Hex13183150585B4a4e5
Octal233032501301331121165
Binary1001111000111010101011000101101110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131803; }

 p { color: rgb(19,24,3); }

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

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

 a { background-color: rgb(19,24,3); }

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

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

 span { border-color: rgb(19,24,3); }

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