Html Css Color HEX #131601 Green Waterloo

📋 copy color: '#131601'

red 19 ◦ green 22 ◦ blue 1

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

Shades of Green Waterloo #131601

Tints of Green Waterloo #131601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.38%

R = 45.24%
G = 52.38%
B = 2.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.91

RGB Variations

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

Color information

#131601 (or 0x131601) is known color: Green Waterloo. HEX triplet: 13, 16 and 01. RGB value is (19,22,1). Sum of RGB (Red+Green+Blue) = 19+22+1=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #131601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131601 is #ECE9FE. Grayscale: #121212. Windows color (decimal): -15526399 or 71187. OLE color: 71187.

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

Color convert

RGB 19 22 1 -
CMYK 0.14 0 0.95 0.91
HSL 68.57º 0.91% 0.05% -
HSV(B) 68.57º 0.95% 0.09% -
XYZ 0.56 0.71 0.14 -
YUV 18.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 19 22 1 0.14 0 0.95 0.91 68.57 0.91 0.05
Hex 13 16 1 E 0 5F 5B 45 5B 5
Octal 23 26 1 16 0 137 133 105 133 5
Binary 10011 10110 1 1110 0 1011111 1011011 1000101 1011011 101

Color Harmonies of #131601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131601

Black with #131601

Text Example


Text Example

White with #131601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131601; }

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

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

background-color css

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

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

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

border-color css

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

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

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