Html Css Color HEX #516505 Verdun Green

📋 copy color: '#516505'

red 81 ◦ green 101 ◦ blue 5

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

Shades of Verdun Green #516505

Tints of Verdun Green #516505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.01%

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

R = 43.32%
G = 54.01%
B = 2.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#516505 (or 0x516505) is known color: Verdun Green. HEX triplet: 51, 65 and 05. RGB value is (81,101,5). Sum of RGB (Red+Green+Blue) = 81+101+5=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #516505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516505 is #AE9AFA. Grayscale: #545454. Windows color (decimal): -11442939 or 353617. OLE color: 353617.

HSL color Cylindrical-coordinate representation of color #516505: hue angle of 72.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #516505 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 101 5 -
CMYK 0.20 0 0.95 0.60
HSL 72.5º 0.91% 0.21% -
HSV(B) 72.5º 0.95% 0.4% -
XYZ 8.07 11.07 1.85 -
YUV 84.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 81 101 5 0.20 0 0.95 0.60 72.5 0.91 0.21
Hex 51 65 5 14 0 5F 3C 48 5B 15
Octal 121 145 5 24 0 137 74 110 133 25
Binary 1010001 1100101 101 10100 0 1011111 111100 1001000 1011011 10101

Color Harmonies of #516505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516505

Black with #516505

Text Example


Text Example

White with #516505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516505; }

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

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

background-color css

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

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

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

border-color css

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

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

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