#51510f

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

Shades of Verdun Green #51510F

Tints of Verdun Green #51510F

Color information

#51510F (or 0x51510F) is unknown color: approx Verdun Green. HEX triplet: 51, 51 and 0F. RGB value is (81,81,15). Sum of RGB (Red+Green+Blue) = 81+81+15=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51510F is #AEAEF0. Grayscale: #494949. Windows color (decimal): -11448049 or 1003857. OLE color: 1003857.

HSL color Cylindrical-coordinate representation of color #51510F: hue angle of 60º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51510F is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB818115-
CMYK000.810.68
HSL60º68.75%18.82%-
HSV(B)60º81.48%31.76%-
XYZ6.427.671.59-
YUV73.4895133.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=45.76%
G=45.76%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818115000.810.686068.7518.82
Hex5151F0051443c4513
Octal12112117001211047410523
Binary1010001101000111110010100011000100111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51510f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51510f; }

 p { color: rgb(81,81,15); }

 H1.HeaderClassName
 {
   color: #51510f;
 }
 .AnyTagClassName
 {
   color: #51510f;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51510f;
 }
 .BgClassName
 {
   background-color: #51510f;
 }
</style>
border-color css

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

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

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