Html Css Color HEX #505D14 Verdun Green

📋 copy color: '#505D14'

red 80 ◦ green 93 ◦ blue 20

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

Shades of Verdun Green #505D14

Tints of Verdun Green #505D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.19%

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

R = 41.45%
G = 48.19%
B = 10.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#505D14 (or 0x505D14) is known color: Verdun Green. HEX triplet: 50, 5D and 14. RGB value is (80,93,20). Sum of RGB (Red+Green+Blue) = 80+93+20=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #505D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505D14 is #AFA2EB. Grayscale: #515151. Windows color (decimal): -11510508 or 1334608. OLE color: 1334608.

HSL color Cylindrical-coordinate representation of color #505D14: hue angle of 70.68º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #505D14 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 93 20 -
CMYK 0.14 0 0.78 0.64
HSL 70.68º 0.65% 0.22% -
HSV(B) 70.68º 0.78% 0.36% -
XYZ 7.35 9.58 2.12 -
YUV 80.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 80 93 20 0.14 0 0.78 0.64 70.68 0.65 0.22
Hex 50 5D 14 E 0 4E 40 47 41 16
Octal 120 135 24 16 0 116 100 107 101 26
Binary 1010000 1011101 10100 1110 0 1001110 1000000 1000111 1000001 10110

Color Harmonies of #505D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D14

Black with #505D14

Text Example


Text Example

White with #505D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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