Html Css Color HEX #050601 Green Waterloo

📋 copy color: '#050601'

red 5 ◦ green 6 ◦ blue 1

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

Shades of Green Waterloo #050601

Tints of Green Waterloo #050601

RGB

 RED value IS 5 (2.34% from 255) = 41.67%

 GREEN value IS 6 (2.73% from 255) = 50%

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

R = 41.67%
G = 50%
B = 8.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.98

RGB Variations

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

Color information

#050601 (or 0x050601) is known color: Green Waterloo. HEX triplet: 05, 06 and 01. RGB value is (5,6,1). Sum of RGB (Red+Green+Blue) = 5+6+1=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 6 (2.73% from 255 or 50% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 6 - color contains mainly: green. Hex color #050601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050601 is #FAF9FE. Grayscale: #050505. Windows color (decimal): -16447999 or 67077. OLE color: 67077.

HSL color Cylindrical-coordinate representation of color #050601: hue angle of 72º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050601 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.98.

Color convert

RGB 5 6 1 -
CMYK 0.17 0 0.83 0.98
HSL 72º 0.71% 0.01% -
HSV(B) 72º 0.83% 0.02% -
XYZ 0.13 0.16 0.05 -
YUV 5.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 5 6 1 0.17 0 0.83 0.98 72 0.71 0.01
Hex 5 6 1 11 0 53 62 48 47 1
Octal 5 6 1 21 0 123 142 110 107 1
Binary 101 110 1 10001 0 1010011 1100010 1001000 1000111 1

Color Harmonies of #050601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050601

Black with #050601

Text Example


Text Example

White with #050601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050601; }

 p { color: rgb(5,6,1); }

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

background-color css

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

 a { background-color: rgb(5,6,1); }

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

border-color css

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

 span { border-color: rgb(5,6,1); }

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