#131508

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

Shades of Green Waterloo #131508

Tints of Green Waterloo #131508

Color information

#131508 (or 0x131508) is unknown color: approx Green Waterloo. HEX triplet: 13, 15 and 08. RGB value is (19,21,8). Sum of RGB (Red+Green+Blue) = 19+21+8=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #131508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131508 is #ECEAF7. Grayscale: #121212. Windows color (decimal): -15526648 or 529683. OLE color: 529683.

HSL color Cylindrical-coordinate representation of color #131508: hue angle of 69.23º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131508 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB19218-
CMYK0.1000.620.92
HSL69.23º44.83%5.69%-
HSV(B)69.23º61.9%8.24%-
XYZ0.580.690.33-
YUV18.92121.84128.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 8 (3.52% from 255) = 16.67%
R=39.58%
G=43.75%
B=16.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192180.1000.620.9269.2344.835.69
Hex13158A03E5C452d6
Octal23251012076134105556
Binary100111010110001010011111010111001000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131508; }

 p { color: rgb(19,21,8); }

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

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

 a { background-color: rgb(19,21,8); }

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

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

 span { border-color: rgb(19,21,8); }

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