#51620D

Color #51620D Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #51620D

Tints of Verdun Green #51620D

Color information

#51620D (or 0x51620D) is unknown color: approx 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

RGB819813-
CMYK0.1700.870.62
HSL72º76.58%21.76%-
HSV(B)72º86.73%38.43%-
XYZ7.8310.512-
YUV83.2388.37126.41-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198130.1700.870.627276.5821.76
Hex5162D110573E484d16
Octal121142152101277611011526
Binary10100011100010110110001010101111111101001000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>