Html Css Color HEX #506805 Verdun Green

📋 copy color: '#506805'

red 80 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #506805

Tints of Verdun Green #506805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.03%

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

R = 42.33%
G = 55.03%
B = 2.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#506805 (or 0x506805) is known color: Verdun Green. HEX triplet: 50, 68 and 05. RGB value is (80,104,5). Sum of RGB (Red+Green+Blue) = 80+104+5=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #506805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506805 is #AF97FA. Grayscale: #555555. Windows color (decimal): -11507707 or 354384. OLE color: 354384.

HSL color Cylindrical-coordinate representation of color #506805: hue angle of 74.55º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #506805 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 5 -
CMYK 0.23 0 0.95 0.59
HSL 74.55º 0.91% 0.21% -
HSV(B) 74.55º 0.95% 0.41% -
XYZ 8.29 11.62 1.95 -
YUV 85.54 82.55 124.05 -
System Red Green Blue C M Y K H S L
Decimal 80 104 5 0.23 0 0.95 0.59 74.55 0.91 0.21
Hex 50 68 5 17 0 5F 3B 4B 5B 15
Octal 120 150 5 27 0 137 73 113 133 25
Binary 1010000 1101000 101 10111 0 1011111 111011 1001011 1011011 10101

Color Harmonies of #506805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506805

Black with #506805

Text Example


Text Example

White with #506805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506805; }

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

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

background-color css

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

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

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

border-color css

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

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

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