Html Css Color HEX #505B19 Verdun Green

📋 copy color: '#505B19'

red 80 ◦ green 91 ◦ blue 25

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

Shades of Verdun Green #505B19

Tints of Verdun Green #505B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.43%

 BLUE value IS 25 (10.16% from 255) = 12.76%

R = 40.82%
G = 46.43%
B = 12.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#505B19 (or 0x505B19) is known color: Verdun Green. HEX triplet: 50, 5B and 19. RGB value is (80,91,25). Sum of RGB (Red+Green+Blue) = 80+91+25=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #505B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B19 is #AFA4E6. Grayscale: #505050. Windows color (decimal): -11511015 or 1661776. OLE color: 1661776.

HSL color Cylindrical-coordinate representation of color #505B19: hue angle of 70º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #505B19 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 25 -
CMYK 0.12 0 0.73 0.64
HSL 70º 0.57% 0.23% -
HSV(B) 70º 0.73% 0.36% -
XYZ 7.22 9.26 2.33 -
YUV 80.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 80 91 25 0.12 0 0.73 0.64 70 0.57 0.23
Hex 50 5B 19 C 0 49 40 46 39 17
Octal 120 133 31 14 0 111 100 106 71 27
Binary 1010000 1011011 11001 1100 0 1001001 1000000 1000110 111001 10111

Color Harmonies of #505B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B19

Black with #505B19

Text Example


Text Example

White with #505B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,25); }

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

background-color css

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

 a { background-color: rgb(80,91,25); }

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

border-color css

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

 span { border-color: rgb(80,91,25); }

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