Html Css Color HEX #505703 Verdun Green

📋 copy color: '#505703'

red 80 ◦ green 87 ◦ blue 3

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

Shades of Verdun Green #505703

Tints of Verdun Green #505703

RGB

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

 GREEN value IS 87 (34.38% from 255) = 51.18%

 BLUE value IS 3 (1.56% from 255) = 1.76%

R = 47.06%
G = 51.18%
B = 1.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#505703 (or 0x505703) is known color: Verdun Green. HEX triplet: 50, 57 and 03. RGB value is (80,87,3). Sum of RGB (Red+Green+Blue) = 80+87+3=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #505703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505703 is #AFA8FC. Grayscale: #4B4B4B. Windows color (decimal): -11512061 or 218960. OLE color: 218960.

HSL color Cylindrical-coordinate representation of color #505703: hue angle of 65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #505703 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 3 -
CMYK 0.08 0 0.97 0.66
HSL 65º 0.93% 0.18% -
HSV(B) 65º 0.97% 0.34% -
XYZ 6.73 8.53 1.38 -
YUV 75.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 80 87 3 0.08 0 0.97 0.66 65 0.93 0.18
Hex 50 57 3 8 0 61 42 41 5D 12
Octal 120 127 3 10 0 141 102 101 135 22
Binary 1010000 1010111 11 1000 0 1100001 1000010 1000001 1011101 10010

Color Harmonies of #505703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505703

Black with #505703

Text Example


Text Example

White with #505703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505703; }

 p { color: rgb(80,87,3); }

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

background-color css

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

 a { background-color: rgb(80,87,3); }

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

border-color css

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

 span { border-color: rgb(80,87,3); }

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