Html Css Color HEX #505805 Verdun Green

📋 copy color: '#505805'

red 80 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #505805

Tints of Verdun Green #505805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.87%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 46.24%
G = 50.87%
B = 2.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#505805 (or 0x505805) is known color: Verdun Green. HEX triplet: 50, 58 and 05. RGB value is (80,88,5). Sum of RGB (Red+Green+Blue) = 80+88+5=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #505805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505805 is #AFA7FA. Grayscale: #4C4C4C. Windows color (decimal): -11511803 or 350288. OLE color: 350288.

HSL color Cylindrical-coordinate representation of color #505805: hue angle of 65.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #505805 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 5 -
CMYK 0.09 0 0.94 0.65
HSL 65.78º 0.89% 0.18% -
HSV(B) 65.78º 0.94% 0.35% -
XYZ 6.83 8.7 1.46 -
YUV 76.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 80 88 5 0.09 0 0.94 0.65 65.78 0.89 0.18
Hex 50 58 5 9 0 5E 41 42 59 12
Octal 120 130 5 11 0 136 101 102 131 22
Binary 1010000 1011000 101 1001 0 1011110 1000001 1000010 1011001 10010

Color Harmonies of #505805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505805

Black with #505805

Text Example


Text Example

White with #505805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505805; }

 p { color: rgb(80,88,5); }

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

background-color css

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

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

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

border-color css

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

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

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