#131800

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

Shades of Green Waterloo #131800

Tints of Green Waterloo #131800

Color information

#131800 (or 0x131800) is unknown color: approx Green Waterloo. HEX triplet: 13, 18 and 00. RGB value is (19,24,0). Sum of RGB (Red+Green+Blue) = 19+24+0=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #131800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131800 is #ECE7FF. Grayscale: #131313. Windows color (decimal): -15525888 or 6163. OLE color: 6163.

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

Color convert

RGB19240-
CMYK0.21010.91
HSL72.5º100%4.71%-
HSV(B)72.5º100%9.41%-
XYZ0.60.790.12-
YUV19.77116.84127.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 24 (9.77% from 255) = 55.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.19%
G=55.81%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192400.21010.9172.51004.71
Hex13180150645B48645
Octal233002501441331101445
Binary100111100001010101100100101101110010001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131800; }

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

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

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

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

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

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

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

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