Html Css Color HEX #505514 Verdun Green

📋 copy color: '#505514'

red 80 ◦ green 85 ◦ blue 20

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

Shades of Verdun Green #505514

Tints of Verdun Green #505514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.95%

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

R = 43.24%
G = 45.95%
B = 10.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#505514 (or 0x505514) is known color: Verdun Green. HEX triplet: 50, 55 and 14. RGB value is (80,85,20). Sum of RGB (Red+Green+Blue) = 80+85+20=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #505514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505514 is #AFAAEB. Grayscale: #4C4C4C. Windows color (decimal): -11512556 or 1332560. OLE color: 1332560.

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

Color convert

RGB 80 85 20 -
CMYK 0.06 0 0.76 0.67
HSL 64.62º 0.62% 0.21% -
HSV(B) 64.62º 0.76% 0.33% -
XYZ 6.68 8.25 1.9 -
YUV 76.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 80 85 20 0.06 0 0.76 0.67 64.62 0.62 0.21
Hex 50 55 14 6 0 4C 43 41 3E 15
Octal 120 125 24 6 0 114 103 101 76 25
Binary 1010000 1010101 10100 110 0 1001100 1000011 1000001 111110 10101

Color Harmonies of #505514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505514

Black with #505514

Text Example


Text Example

White with #505514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505514; }

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

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

background-color css

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

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

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

border-color css

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

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

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