Html Css Color HEX #131605 Green Waterloo

📋 copy color: '#131605'

red 19 ◦ green 22 ◦ blue 5

#131605
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #131605

Tints of Green Waterloo #131605

RGB

 RED value IS 19 (7.81% from 255) = 41.3%

 GREEN value IS 22 (8.98% from 255) = 47.83%

 BLUE value IS 5 (2.34% from 255) = 10.87%

R = 41.3%
G = 47.83%
B = 10.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.91

RGB Variations

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

Color information

#131605 (or 0x131605) is known color: Green Waterloo. HEX triplet: 13, 16 and 05. RGB value is (19,22,5). Sum of RGB (Red+Green+Blue) = 19+22+5=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #131605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131605 is #ECE9FA. Grayscale: #131313. Windows color (decimal): -15526395 or 333331. OLE color: 333331.

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

Color convert

RGB 19 22 5 -
CMYK 0.14 0 0.77 0.91
HSL 70.59º 0.63% 0.05% -
HSV(B) 70.59º 0.77% 0.09% -
XYZ 0.58 0.72 0.25 -
YUV 19.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 19 22 5 0.14 0 0.77 0.91 70.59 0.63 0.05
Hex 13 16 5 E 0 4D 5B 47 3F 5
Octal 23 26 5 16 0 115 133 107 77 5
Binary 10011 10110 101 1110 0 1001101 1011011 1000111 111111 101

Color Harmonies of #131605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131605

Black with #131605

Text Example


Text Example

White with #131605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131605; }

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

 H1.HeaderClassName
 {
   color: #131605;
 }
 .AnyTagClassName
 {
   color: #131605;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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