Html Css Color HEX #505414 Verdun Green

📋 copy color: '#505414'

red 80 ◦ green 84 ◦ blue 20

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

Shades of Verdun Green #505414

Tints of Verdun Green #505414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.65%

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

R = 43.48%
G = 45.65%
B = 10.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#505414 (or 0x505414) is known color: Verdun Green. HEX triplet: 50, 54 and 14. RGB value is (80,84,20). Sum of RGB (Red+Green+Blue) = 80+84+20=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #505414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505414 is #AFABEB. Grayscale: #4B4B4B. Windows color (decimal): -11512812 or 1332304. OLE color: 1332304.

HSL color Cylindrical-coordinate representation of color #505414: hue angle of 63.75º degrees, saturation: 0.62, 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 #505414 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 20 -
CMYK 0.05 0 0.76 0.67
HSL 63.75º 0.62% 0.2% -
HSV(B) 63.75º 0.76% 0.33% -
XYZ 6.6 8.1 1.88 -
YUV 75.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 80 84 20 0.05 0 0.76 0.67 63.75 0.62 0.2
Hex 50 54 14 5 0 4C 43 40 3E 14
Octal 120 124 24 5 0 114 103 100 76 24
Binary 1010000 1010100 10100 101 0 1001100 1000011 1000000 111110 10100

Color Harmonies of #505414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505414

Black with #505414

Text Example


Text Example

White with #505414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505414; }

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

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

background-color css

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

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

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

border-color css

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

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

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