#51580F

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

Shades of Verdun Green #51580F

Tints of Verdun Green #51580F

Color information

#51580F (or 0x51580F) is unknown color: approx Verdun Green. HEX triplet: 51, 58 and 0F. RGB value is (81,88,15). Sum of RGB (Red+Green+Blue) = 81+88+15=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #51580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51580F is #AEA7F0. Grayscale: #4D4D4D. Windows color (decimal): -11446257 or 1005649. OLE color: 1005649.

HSL color Cylindrical-coordinate representation of color #51580F: hue angle of 65.75º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51580F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB818815-
CMYK0.0800.830.65
HSL65.75º70.87%20.2%-
HSV(B)65.75º82.95%34.51%-
XYZ6.978.761.78-
YUV77.5892.68130.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=44.02%
G=47.83%
B=8.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188150.0800.830.6565.7570.8720.2
Hex5158F805341424714
Octal1211301710012310110210724
Binary10100011011000111110000101001110000011000010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51580F; }

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

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

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

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

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

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

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

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