Html Css Color HEX #505201 Verdun Green

📋 copy color: '#505201'

red 80 ◦ green 82 ◦ blue 1

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

Shades of Verdun Green #505201

Tints of Verdun Green #505201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 49.08%
G = 50.31%
B = 0.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#505201 (or 0x505201) is known color: Verdun Green. HEX triplet: 50, 52 and 01. RGB value is (80,82,1). Sum of RGB (Red+Green+Blue) = 80+82+1=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #505201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505201 is #AFADFE. Grayscale: #484848. Windows color (decimal): -11513343 or 86608. OLE color: 86608.

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

Color convert

RGB 80 82 1 -
CMYK 0.02 0 0.99 0.68
HSL 61.48º 0.98% 0.16% -
HSV(B) 61.48º 0.99% 0.32% -
XYZ 6.33 7.74 1.19 -
YUV 72.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 80 82 1 0.02 0 0.99 0.68 61.48 0.98 0.16
Hex 50 52 1 2 0 63 44 3D 62 10
Octal 120 122 1 2 0 143 104 75 142 20
Binary 1010000 1010010 1 10 0 1100011 1000100 111101 1100010 10000

Color Harmonies of #505201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505201

Black with #505201

Text Example


Text Example

White with #505201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505201; }

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

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

background-color css

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

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

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

border-color css

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

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

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