Html Css Color HEX #506D09 Verdun Green

📋 copy color: '#506D09'

red 80 ◦ green 109 ◦ blue 9

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

Shades of Verdun Green #506D09

Tints of Verdun Green #506D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.05%

 BLUE value IS 9 (3.91% from 255) = 4.55%

R = 40.4%
G = 55.05%
B = 4.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#506D09 (or 0x506D09) is known color: Verdun Green. HEX triplet: 50, 6D and 09. RGB value is (80,109,9). Sum of RGB (Red+Green+Blue) = 80+109+9=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #506D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506D09 is #AF92F6. Grayscale: #595959. Windows color (decimal): -11506423 or 617808. OLE color: 617808.

HSL color Cylindrical-coordinate representation of color #506D09: hue angle of 77.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #506D09 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 9 -
CMYK 0.27 0 0.92 0.57
HSL 77.4º 0.85% 0.23% -
HSV(B) 77.4º 0.92% 0.43% -
XYZ 8.83 12.66 2.24 -
YUV 88.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 80 109 9 0.27 0 0.92 0.57 77.4 0.85 0.23
Hex 50 6D 9 1B 0 5C 39 4D 55 17
Octal 120 155 11 33 0 134 71 115 125 27
Binary 1010000 1101101 1001 11011 0 1011100 111001 1001101 1010101 10111

Color Harmonies of #506D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D09

Black with #506D09

Text Example


Text Example

White with #506D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D09; }

 p { color: rgb(80,109,9); }

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

background-color css

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

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

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

border-color css

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

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

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