Html Css Color HEX #506610 Verdun Green

📋 copy color: '#506610'

red 80 ◦ green 102 ◦ blue 16

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

Shades of Verdun Green #506610

Tints of Verdun Green #506610

RGB

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

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

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

R = 40.4%
G = 51.52%
B = 8.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#506610 (or 0x506610) is known color: Verdun Green. HEX triplet: 50, 66 and 10. RGB value is (80,102,16). Sum of RGB (Red+Green+Blue) = 80+102+16=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #506610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506610 is #AF99EF. Grayscale: #555555. Windows color (decimal): -11508208 or 1074768. OLE color: 1074768.

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

Color convert

RGB 80 102 16 -
CMYK 0.22 0 0.84 0.6
HSL 75.35º 0.73% 0.23% -
HSV(B) 75.35º 0.84% 0.4% -
XYZ 8.15 11.25 2.23 -
YUV 85.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 80 102 16 0.22 0 0.84 0.6 75.35 0.73 0.23
Hex 50 66 10 16 0 54 3C 4B 49 17
Octal 120 146 20 26 0 124 74 113 111 27
Binary 1010000 1100110 10000 10110 0 1010100 111100 1001011 1001001 10111

Color Harmonies of #506610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506610

Black with #506610

Text Example


Text Example

White with #506610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506610; }

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

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

background-color css

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

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

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

border-color css

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

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

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