Html Css Color HEX #505314 Verdun Green

📋 copy color: '#505314'

red 80 ◦ green 83 ◦ blue 20

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

Shades of Verdun Green #505314

Tints of Verdun Green #505314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.36%

 BLUE value IS 20 (8.2% from 255) = 10.93%

R = 43.72%
G = 45.36%
B = 10.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#505314 (or 0x505314) is known color: Verdun Green. HEX triplet: 50, 53 and 14. RGB value is (80,83,20). Sum of RGB (Red+Green+Blue) = 80+83+20=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #505314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505314 is #AFACEB. Grayscale: #4B4B4B. Windows color (decimal): -11513068 or 1332048. OLE color: 1332048.

HSL color Cylindrical-coordinate representation of color #505314: hue angle of 62.86º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #505314 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 20 -
CMYK 0.04 0 0.76 0.67
HSL 62.86º 0.61% 0.2% -
HSV(B) 62.86º 0.76% 0.33% -
XYZ 6.53 7.94 1.85 -
YUV 74.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 80 83 20 0.04 0 0.76 0.67 62.86 0.61 0.2
Hex 50 53 14 4 0 4C 43 3F 3D 14
Octal 120 123 24 4 0 114 103 77 75 24
Binary 1010000 1010011 10100 100 0 1001100 1000011 111111 111101 10100

Color Harmonies of #505314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505314

Black with #505314

Text Example


Text Example

White with #505314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505314; }

 p { color: rgb(80,83,20); }

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

background-color css

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

 a { background-color: rgb(80,83,20); }

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

border-color css

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

 span { border-color: rgb(80,83,20); }

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