Html Css Color HEX #515704 Verdun Green

📋 copy color: '#515704'

red 81 ◦ green 87 ◦ blue 4

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

Shades of Verdun Green #515704

Tints of Verdun Green #515704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.58%

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

R = 47.09%
G = 50.58%
B = 2.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#515704 (or 0x515704) is known color: Verdun Green. HEX triplet: 51, 57 and 04. RGB value is (81,87,4). Sum of RGB (Red+Green+Blue) = 81+87+4=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #515704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515704 is #AEA8FB. Grayscale: #4C4C4C. Windows color (decimal): -11446524 or 284497. OLE color: 284497.

HSL color Cylindrical-coordinate representation of color #515704: hue angle of 64.34º 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 #515704 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 87 4 -
CMYK 0.07 0 0.95 0.66
HSL 64.34º 0.91% 0.18% -
HSV(B) 64.34º 0.95% 0.34% -
XYZ 6.82 8.57 1.41 -
YUV 75.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 81 87 4 0.07 0 0.95 0.66 64.34 0.91 0.18
Hex 51 57 4 7 0 5F 42 40 5B 12
Octal 121 127 4 7 0 137 102 100 133 22
Binary 1010001 1010111 100 111 0 1011111 1000010 1000000 1011011 10010

Color Harmonies of #515704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515704

Black with #515704

Text Example


Text Example

White with #515704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515704; }

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

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

background-color css

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

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

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

border-color css

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

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

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