Html Css Color HEX #506609 Verdun Green

📋 copy color: '#506609'

red 80 ◦ green 102 ◦ blue 9

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

Shades of Verdun Green #506609

Tints of Verdun Green #506609

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.4%

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

R = 41.88%
G = 53.4%
B = 4.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#506609 (or 0x506609) is known color: Verdun Green. HEX triplet: 50, 66 and 09. RGB value is (80,102,9). Sum of RGB (Red+Green+Blue) = 80+102+9=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #506609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506609 is #AF99F6. Grayscale: #555555. Windows color (decimal): -11508215 or 616016. OLE color: 616016.

HSL color Cylindrical-coordinate representation of color #506609: hue angle of 74.19º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #506609 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 9 -
CMYK 0.22 0 0.91 0.6
HSL 74.19º 0.84% 0.22% -
HSV(B) 74.19º 0.91% 0.4% -
XYZ 8.11 11.23 2 -
YUV 84.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 80 102 9 0.22 0 0.91 0.6 74.19 0.84 0.22
Hex 50 66 9 16 0 5B 3C 4A 54 16
Octal 120 146 11 26 0 133 74 112 124 26
Binary 1010000 1100110 1001 10110 0 1011011 111100 1001010 1010100 10110

Color Harmonies of #506609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506609

Black with #506609

Text Example


Text Example

White with #506609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506609; }

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

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

background-color css

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

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

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

border-color css

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

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

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