Html Css Color HEX #505910 Verdun Green

📋 copy color: '#505910'

red 80 ◦ green 89 ◦ blue 16

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

Shades of Verdun Green #505910

Tints of Verdun Green #505910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.11%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 43.24%
G = 48.11%
B = 8.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#505910 (or 0x505910) is known color: Verdun Green. HEX triplet: 50, 59 and 10. RGB value is (80,89,16). Sum of RGB (Red+Green+Blue) = 80+89+16=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #505910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505910 is #AFA6EF. Grayscale: #4E4E4E. Windows color (decimal): -11511536 or 1071440. OLE color: 1071440.

HSL color Cylindrical-coordinate representation of color #505910: hue angle of 67.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #505910 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 16 -
CMYK 0.10 0 0.82 0.65
HSL 67.4º 0.7% 0.21% -
HSV(B) 67.4º 0.82% 0.35% -
XYZ 6.97 8.89 1.84 -
YUV 77.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 80 89 16 0.10 0 0.82 0.65 67.4 0.7 0.21
Hex 50 59 10 A 0 52 41 43 46 15
Octal 120 131 20 12 0 122 101 103 106 25
Binary 1010000 1011001 10000 1010 0 1010010 1000001 1000011 1000110 10101

Color Harmonies of #505910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505910

Black with #505910

Text Example


Text Example

White with #505910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505910; }

 p { color: rgb(80,89,16); }

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

background-color css

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

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

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

border-color css

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

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

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