Html Css Color HEX #515400 Verdun Green

📋 copy color: '#515400'

red 81 ◦ green 84 ◦ blue 0

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

Shades of Verdun Green #515400

Tints of Verdun Green #515400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.09%
G = 50.91%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#515400 (or 0x515400) is known color: Verdun Green. HEX triplet: 51, 54 and 00. RGB value is (81,84,0). Sum of RGB (Red+Green+Blue) = 81+84+0=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #515400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515400 is #AEABFF. Grayscale: #494949. Windows color (decimal): -11447296 or 21585. OLE color: 21585.

HSL color Cylindrical-coordinate representation of color #515400: hue angle of 62.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #515400 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 0 -
CMYK 0.04 0 1 0.67
HSL 62.14º 1% 0.16% -
HSV(B) 62.14º 1% 0.33% -
XYZ 6.56 8.09 1.22 -
YUV 73.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 81 84 0 0.04 0 1 0.67 62.14 1 0.16
Hex 51 54 0 4 0 64 43 3E 64 10
Octal 121 124 0 4 0 144 103 76 144 20
Binary 1010001 1010100 0 100 0 1100100 1000011 111110 1100100 10000

Color Harmonies of #515400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515400

Black with #515400

Text Example


Text Example

White with #515400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515400; }

 p { color: rgb(81,84,0); }

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

background-color css

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

 a { background-color: rgb(81,84,0); }

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

border-color css

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

 span { border-color: rgb(81,84,0); }

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