Html Css Color HEX #505F1A Verdun Green

📋 copy color: '#505F1A'

red 80 ◦ green 95 ◦ blue 26

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

Shades of Verdun Green #505F1A

Tints of Verdun Green #505F1A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.26%

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 39.8%
G = 47.26%
B = 12.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#505F1A (or 0x505F1A) is known color: Verdun Green. HEX triplet: 50, 5F and 1A. RGB value is (80,95,26). Sum of RGB (Red+Green+Blue) = 80+95+26=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #505F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F1A is #AFA0E5. Grayscale: #525252. Windows color (decimal): -11509990 or 1728336. OLE color: 1728336.

HSL color Cylindrical-coordinate representation of color #505F1A: hue angle of 73.04º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #505F1A is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 95 26 -
CMYK 0.16 0 0.73 0.63
HSL 73.04º 0.57% 0.24% -
HSV(B) 73.04º 0.73% 0.37% -
XYZ 7.59 9.96 2.5 -
YUV 82.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 80 95 26 0.16 0 0.73 0.63 73.04 0.57 0.24
Hex 50 5F 1A 10 0 49 3F 49 39 18
Octal 120 137 32 20 0 111 77 111 71 30
Binary 1010000 1011111 11010 10000 0 1001001 111111 1001001 111001 11000

Color Harmonies of #505F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F1A

Black with #505F1A

Text Example


Text Example

White with #505F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,95,26); }

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

background-color css

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

 a { background-color: rgb(80,95,26); }

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

border-color css

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

 span { border-color: rgb(80,95,26); }

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