Html Css Color HEX #51620D Verdun Green

📋 copy color: '#51620D'

red 81 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #51620D

Tints of Verdun Green #51620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.04%

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

R = 42.19%
G = 51.04%
B = 6.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#51620D (or 0x51620D) is known color: Verdun Green. HEX triplet: 51, 62 and 0D. RGB value is (81,98,13). Sum of RGB (Red+Green+Blue) = 81+98+13=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #51620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51620D is #AE9DF2. Grayscale: #535353. Windows color (decimal): -11443699 or 877137. OLE color: 877137.

HSL color Cylindrical-coordinate representation of color #51620D: hue angle of 72º degrees, saturation: 0.77, 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 #51620D is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 13 -
CMYK 0.17 0 0.87 0.62
HSL 72º 0.77% 0.22% -
HSV(B) 72º 0.87% 0.38% -
XYZ 7.83 10.51 2 -
YUV 83.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 81 98 13 0.17 0 0.87 0.62 72 0.77 0.22
Hex 51 62 D 11 0 57 3E 48 4D 16
Octal 121 142 15 21 0 127 76 110 115 26
Binary 1010001 1100010 1101 10001 0 1010111 111110 1001000 1001101 10110

Color Harmonies of #51620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51620D

Black with #51620D

Text Example


Text Example

White with #51620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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