Html Css Color HEX #505706 Verdun Green

📋 copy color: '#505706'

red 80 ◦ green 87 ◦ blue 6

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

Shades of Verdun Green #505706

Tints of Verdun Green #505706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.47%

R = 46.24%
G = 50.29%
B = 3.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#505706 (or 0x505706) is known color: Verdun Green. HEX triplet: 50, 57 and 06. RGB value is (80,87,6). Sum of RGB (Red+Green+Blue) = 80+87+6=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #505706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505706 is #AFA8F9. Grayscale: #4B4B4B. Windows color (decimal): -11512058 or 415568. OLE color: 415568.

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

Color convert

RGB 80 87 6 -
CMYK 0.08 0 0.93 0.66
HSL 65.19º 0.87% 0.18% -
HSV(B) 65.19º 0.93% 0.34% -
XYZ 6.75 8.54 1.46 -
YUV 75.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 80 87 6 0.08 0 0.93 0.66 65.19 0.87 0.18
Hex 50 57 6 8 0 5D 42 41 57 12
Octal 120 127 6 10 0 135 102 101 127 22
Binary 1010000 1010111 110 1000 0 1011101 1000010 1000001 1010111 10010

Color Harmonies of #505706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505706

Black with #505706

Text Example


Text Example

White with #505706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505706; }

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

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

background-color css

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

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

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

border-color css

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

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

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