Html Css Color HEX #505C19 Verdun Green

📋 copy color: '#505C19'

red 80 ◦ green 92 ◦ blue 25

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

Shades of Verdun Green #505C19

Tints of Verdun Green #505C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.7%

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

R = 40.61%
G = 46.7%
B = 12.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#505C19 (or 0x505C19) is known color: Verdun Green. HEX triplet: 50, 5C and 19. RGB value is (80,92,25). Sum of RGB (Red+Green+Blue) = 80+92+25=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #505C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505C19 is #AFA3E6. Grayscale: #515151. Windows color (decimal): -11510759 or 1662032. OLE color: 1662032.

HSL color Cylindrical-coordinate representation of color #505C19: hue angle of 70.75º 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 #505C19 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 25 -
CMYK 0.13 0 0.73 0.64
HSL 70.75º 0.57% 0.23% -
HSV(B) 70.75º 0.73% 0.36% -
XYZ 7.31 9.43 2.35 -
YUV 80.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 80 92 25 0.13 0 0.73 0.64 70.75 0.57 0.23
Hex 50 5C 19 D 0 49 40 47 39 17
Octal 120 134 31 15 0 111 100 107 71 27
Binary 1010000 1011100 11001 1101 0 1001001 1000000 1000111 111001 10111

Color Harmonies of #505C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C19

Black with #505C19

Text Example


Text Example

White with #505C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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