Html Css Color HEX #505213 Verdun Green

📋 copy color: '#505213'

red 80 ◦ green 82 ◦ blue 19

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

Shades of Verdun Green #505213

Tints of Verdun Green #505213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 44.2%
G = 45.3%
B = 10.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#505213 (or 0x505213) is known color: Verdun Green. HEX triplet: 50, 52 and 13. RGB value is (80,82,19). Sum of RGB (Red+Green+Blue) = 80+82+19=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #505213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505213 is #AFADEC. Grayscale: #4A4A4A. Windows color (decimal): -11513325 or 1266256. OLE color: 1266256.

HSL color Cylindrical-coordinate representation of color #505213: hue angle of 61.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #505213 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 19 -
CMYK 0.02 0 0.77 0.68
HSL 61.9º 0.62% 0.2% -
HSV(B) 61.9º 0.77% 0.32% -
XYZ 6.44 7.79 1.78 -
YUV 74.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 80 82 19 0.02 0 0.77 0.68 61.9 0.62 0.2
Hex 50 52 13 2 0 4D 44 3E 3E 14
Octal 120 122 23 2 0 115 104 76 76 24
Binary 1010000 1010010 10011 10 0 1001101 1000100 111110 111110 10100

Color Harmonies of #505213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505213

Black with #505213

Text Example


Text Example

White with #505213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505213; }

 p { color: rgb(80,82,19); }

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

background-color css

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

 a { background-color: rgb(80,82,19); }

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

border-color css

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

 span { border-color: rgb(80,82,19); }

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