Html Css Color HEX #505008 Verdun Green

📋 copy color: '#505008'

red 80 ◦ green 80 ◦ blue 8

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

Shades of Verdun Green #505008

Tints of Verdun Green #505008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 47.62%
G = 47.62%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#505008 (or 0x505008) is known color: Verdun Green. HEX triplet: 50, 50 and 08. RGB value is (80,80,8). Sum of RGB (Red+Green+Blue) = 80+80+8=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505008 is #AFAFF7. Grayscale: #484848. Windows color (decimal): -11513848 or 544848. OLE color: 544848.

HSL color Cylindrical-coordinate representation of color #505008: hue angle of 60º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #505008 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 8 -
CMYK 0 0 0.90 0.69
HSL 60º 0.82% 0.17% -
HSV(B) 60º 0.9% 0.31% -
XYZ 6.22 7.46 1.34 -
YUV 71.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 80 80 8 0 0 0.90 0.69 60 0.82 0.17
Hex 50 50 8 0 0 5A 45 3C 52 11
Octal 120 120 10 0 0 132 105 74 122 21
Binary 1010000 1010000 1000 0 0 1011010 1000101 111100 1010010 10001

Color Harmonies of #505008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505008

Black with #505008

Text Example


Text Example

White with #505008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505008; }

 p { color: rgb(80,80,8); }

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

background-color css

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

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

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

border-color css

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

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

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