#131705

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

Shades of Green Waterloo #131705

Tints of Green Waterloo #131705

Color information

#131705 (or 0x131705) is unknown color: approx Green Waterloo. HEX triplet: 13, 17 and 05. RGB value is (19,23,5). Sum of RGB (Red+Green+Blue) = 19+23+5=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #131705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131705 is #ECE8FA. Grayscale: #131313. Windows color (decimal): -15526139 or 333587. OLE color: 333587.

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

Color convert

RGB19235-
CMYK0.1700.780.91
HSL73.33º64.29%5.49%-
HSV(B)73.33º78.26%9.02%-
XYZ0.60.760.26-
YUV19.75119.67127.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=40.43%
G=48.94%
B=10.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192350.1700.780.9173.3364.295.49
Hex131751104E5B49405
Octal232752101161331111005
Binary10011101111011000101001110101101110010011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131705; }

 p { color: rgb(19,23,5); }

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

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

 a { background-color: rgb(19,23,5); }

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

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

 span { border-color: rgb(19,23,5); }

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