Html Css Color HEX #515F1A Verdun Green

📋 copy color: '#515F1A'

red 81 ◦ green 95 ◦ blue 26

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

Shades of Verdun Green #515F1A

Tints of Verdun Green #515F1A

RGB

 RED value IS 81 (32.03% from 255) = 40.1%

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

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

R = 40.1%
G = 47.03%
B = 12.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#515F1A (or 0x515F1A) is known color: Verdun Green. HEX triplet: 51, 5F and 1A. RGB value is (81,95,26). Sum of RGB (Red+Green+Blue) = 81+95+26=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #515F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F1A is #AEA0E5. Grayscale: #535353. Windows color (decimal): -11444454 or 1728337. OLE color: 1728337.

HSL color Cylindrical-coordinate representation of color #515F1A: hue angle of 72.17º 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 #515F1A is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 26 -
CMYK 0.15 0 0.73 0.63
HSL 72.17º 0.57% 0.24% -
HSV(B) 72.17º 0.73% 0.37% -
XYZ 7.67 10.01 2.5 -
YUV 82.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 81 95 26 0.15 0 0.73 0.63 72.17 0.57 0.24
Hex 51 5F 1A F 0 49 3F 48 39 18
Octal 121 137 32 17 0 111 77 110 71 30
Binary 1010001 1011111 11010 1111 0 1001001 111111 1001000 111001 11000

Color Harmonies of #515F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F1A

Black with #515F1A

Text Example


Text Example

White with #515F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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