Html Css Color HEX #51610D Verdun Green

📋 copy color: '#51610D'

red 81 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #51610D

Tints of Verdun Green #51610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 42.41%
G = 50.79%
B = 6.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#51610D (or 0x51610D) is known color: Verdun Green. HEX triplet: 51, 61 and 0D. RGB value is (81,97,13). Sum of RGB (Red+Green+Blue) = 81+97+13=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #51610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51610D is #AE9EF2. Grayscale: #525252. Windows color (decimal): -11443955 or 876881. OLE color: 876881.

HSL color Cylindrical-coordinate representation of color #51610D: hue angle of 71.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51610D is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 13 -
CMYK 0.16 0 0.87 0.62
HSL 71.43º 0.76% 0.22% -
HSV(B) 71.43º 0.87% 0.38% -
XYZ 7.74 10.33 1.97 -
YUV 82.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 81 97 13 0.16 0 0.87 0.62 71.43 0.76 0.22
Hex 51 61 D 10 0 57 3E 47 4C 16
Octal 121 141 15 20 0 127 76 107 114 26
Binary 1010001 1100001 1101 10000 0 1010111 111110 1000111 1001100 10110

Color Harmonies of #51610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51610D

Black with #51610D

Text Example


Text Example

White with #51610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51610D; }

 p { color: rgb(81,97,13); }

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

background-color css

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

 a { background-color: rgb(81,97,13); }

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

border-color css

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

 span { border-color: rgb(81,97,13); }

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