Html Css Color HEX #515604 Verdun Green

📋 copy color: '#515604'

red 81 ◦ green 86 ◦ blue 4

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

Shades of Verdun Green #515604

Tints of Verdun Green #515604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.29%

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

R = 47.37%
G = 50.29%
B = 2.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#515604 (or 0x515604) is known color: Verdun Green. HEX triplet: 51, 56 and 04. RGB value is (81,86,4). Sum of RGB (Red+Green+Blue) = 81+86+4=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #515604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515604 is #AEA9FB. Grayscale: #4B4B4B. Windows color (decimal): -11446780 or 284241. OLE color: 284241.

HSL color Cylindrical-coordinate representation of color #515604: hue angle of 63.66º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #515604 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 4 -
CMYK 0.06 0 0.95 0.66
HSL 63.66º 0.91% 0.18% -
HSV(B) 63.66º 0.95% 0.34% -
XYZ 6.74 8.41 1.38 -
YUV 75.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 81 86 4 0.06 0 0.95 0.66 63.66 0.91 0.18
Hex 51 56 4 6 0 5F 42 40 5B 12
Octal 121 126 4 6 0 137 102 100 133 22
Binary 1010001 1010110 100 110 0 1011111 1000010 1000000 1011011 10010

Color Harmonies of #515604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515604

Black with #515604

Text Example


Text Example

White with #515604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515604; }

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

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

background-color css

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

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

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

border-color css

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

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

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