Html Css Color HEX #515705 Verdun Green

📋 copy color: '#515705'

red 81 ◦ green 87 ◦ blue 5

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

Shades of Verdun Green #515705

Tints of Verdun Green #515705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 46.82%
G = 50.29%
B = 2.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#515705 (or 0x515705) is known color: Verdun Green. HEX triplet: 51, 57 and 05. RGB value is (81,87,5). Sum of RGB (Red+Green+Blue) = 81+87+5=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #515705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515705 is #AEA8FA. Grayscale: #4C4C4C. Windows color (decimal): -11446523 or 350033. OLE color: 350033.

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

Color convert

RGB 81 87 5 -
CMYK 0.07 0 0.94 0.66
HSL 64.39º 0.89% 0.18% -
HSV(B) 64.39º 0.94% 0.34% -
XYZ 6.83 8.58 1.44 -
YUV 75.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 81 87 5 0.07 0 0.94 0.66 64.39 0.89 0.18
Hex 51 57 5 7 0 5E 42 40 59 12
Octal 121 127 5 7 0 136 102 100 131 22
Binary 1010001 1010111 101 111 0 1011110 1000010 1000000 1011001 10010

Color Harmonies of #515705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515705

Black with #515705

Text Example


Text Example

White with #515705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515705; }

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

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

background-color css

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

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

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

border-color css

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

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

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