Html Css Color HEX #505506 Verdun Green

📋 copy color: '#505506'

red 80 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #505506

Tints of Verdun Green #505506

RGB

 RED value IS 80 (31.64% from 255) = 46.78%

 GREEN value IS 85 (33.59% from 255) = 49.71%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 46.78%
G = 49.71%
B = 3.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#505506 (or 0x505506) is known color: Verdun Green. HEX triplet: 50, 55 and 06. RGB value is (80,85,6). Sum of RGB (Red+Green+Blue) = 80+85+6=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #505506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505506 is #AFAAF9. Grayscale: #4A4A4A. Windows color (decimal): -11512570 or 415056. OLE color: 415056.

HSL color Cylindrical-coordinate representation of color #505506: hue angle of 63.8º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #505506 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 6 -
CMYK 0.06 0 0.93 0.67
HSL 63.8º 0.87% 0.18% -
HSV(B) 63.8º 0.93% 0.33% -
XYZ 6.59 8.22 1.41 -
YUV 74.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 80 85 6 0.06 0 0.93 0.67 63.8 0.87 0.18
Hex 50 55 6 6 0 5D 43 40 57 12
Octal 120 125 6 6 0 135 103 100 127 22
Binary 1010000 1010101 110 110 0 1011101 1000011 1000000 1010111 10010

Color Harmonies of #505506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505506

Black with #505506

Text Example


Text Example

White with #505506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505506; }

 p { color: rgb(80,85,6); }

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

background-color css

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

 a { background-color: rgb(80,85,6); }

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

border-color css

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

 span { border-color: rgb(80,85,6); }

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