Html Css Color HEX #161901 Green Waterloo

📋 copy color: '#161901'

red 22 ◦ green 25 ◦ blue 1

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

Shades of Green Waterloo #161901

Tints of Green Waterloo #161901

RGB

 RED value IS 22 (8.98% from 255) = 45.83%

 GREEN value IS 25 (10.16% from 255) = 52.08%

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

R = 45.83%
G = 52.08%
B = 2.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#161901 (or 0x161901) is known color: Green Waterloo. HEX triplet: 16, 19 and 01. RGB value is (22,25,1). Sum of RGB (Red+Green+Blue) = 22+25+1=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #161901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161901 is #E9E6FE. Grayscale: #151515. Windows color (decimal): -15329023 or 71958. OLE color: 71958.

HSL color Cylindrical-coordinate representation of color #161901: hue angle of 67.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #161901 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 22 25 1 -
CMYK 0.12 0 0.96 0.90
HSL 67.5º 0.92% 0.05% -
HSV(B) 67.5º 0.96% 0.1% -
XYZ 0.68 0.87 0.16 -
YUV 21.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 22 25 1 0.12 0 0.96 0.90 67.5 0.92 0.05
Hex 16 19 1 C 0 60 5A 44 5C 5
Octal 26 31 1 14 0 140 132 104 134 5
Binary 10110 11001 1 1100 0 1100000 1011010 1000100 1011100 101

Color Harmonies of #161901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161901

Black with #161901

Text Example


Text Example

White with #161901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161901; }

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

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

background-color css

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

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

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

border-color css

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

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

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