Html Css Color HEX #050600 Green Waterloo

📋 copy color: '#050600'

red 5 ◦ green 6 ◦ blue 0

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

Shades of Green Waterloo #050600

Tints of Green Waterloo #050600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#050600 (or 0x050600) is known color: Green Waterloo. HEX triplet: 05, 06 and 00. RGB value is (5,6,0). Sum of RGB (Red+Green+Blue) = 5+6+0=11 (1% of max value = 765). Red value is 5 (2.34% from 255 or 45.45% from 11); Green value is 6 (2.73% from 255 or 54.55% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 6 - color contains mainly: green. Hex color #050600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050600 is #FAF9FF. Grayscale: #050505. Windows color (decimal): -16448000 or 1541. OLE color: 1541.

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

Color convert

RGB 5 6 0 -
CMYK 0.17 0 1 0.98
HSL 70º 1% 0.01% -
HSV(B) 70º 1% 0.02% -
XYZ 0.13 0.16 0.02 -
YUV 5.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 5 6 0 0.17 0 1 0.98 70 1 0.01
Hex 5 6 0 11 0 64 62 46 64 1
Octal 5 6 0 21 0 144 142 106 144 1
Binary 101 110 0 10001 0 1100100 1100010 1000110 1100100 1

Color Harmonies of #050600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050600

Black with #050600

Text Example


Text Example

White with #050600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050600; }

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

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

background-color css

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

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

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

border-color css

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

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

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