Html Css Color HEX #515004 Verdun Green

📋 copy color: '#515004'

red 81 ◦ green 80 ◦ blue 4

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

Shades of Verdun Green #515004

Tints of Verdun Green #515004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.48%

 BLUE value IS 4 (1.95% from 255) = 2.42%

R = 49.09%
G = 48.48%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#515004 (or 0x515004) is known color: Verdun Green. HEX triplet: 51, 50 and 04. RGB value is (81,80,4). Sum of RGB (Red+Green+Blue) = 81+80+4=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #515004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515004 is #AEAFFB. Grayscale: #474747. Windows color (decimal): -11448316 or 282705. OLE color: 282705.

HSL color Cylindrical-coordinate representation of color #515004: hue angle of 59.22º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #515004 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 4 -
CMYK 0 0.01 0.95 0.68
HSL 59.22º 0.91% 0.17% -
HSV(B) 59.22º 0.95% 0.32% -
XYZ 6.28 7.5 1.23 -
YUV 71.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 81 80 4 0 0.01 0.95 0.68 59.22 0.91 0.17
Hex 51 50 4 0 1 5F 44 3B 5B 11
Octal 121 120 4 0 1 137 104 73 133 21
Binary 1010001 1010000 100 0 1 1011111 1000100 111011 1011011 10001

Color Harmonies of #515004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515004

Black with #515004

Text Example


Text Example

White with #515004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515004; }

 p { color: rgb(81,80,4); }

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

background-color css

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

 a { background-color: rgb(81,80,4); }

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

border-color css

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

 span { border-color: rgb(81,80,4); }

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