#51580C

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

Shades of Verdun Green #51580C

Tints of Verdun Green #51580C

Color information

#51580C (or 0x51580C) is unknown color: approx Verdun Green. HEX triplet: 51, 58 and 0C. RGB value is (81,88,12). Sum of RGB (Red+Green+Blue) = 81+88+12=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #51580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51580C is #AEA7F3. Grayscale: #4D4D4D. Windows color (decimal): -11446260 or 809041. OLE color: 809041.

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

Color convert

RGB818812-
CMYK0.0800.860.65
HSL65.53º76%19.61%-
HSV(B)65.53º86.36%34.51%-
XYZ6.958.761.67-
YUV77.2491.18130.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 88 (34.77% from 255) = 48.62%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=44.75%
G=48.62%
B=6.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188120.0800.860.6565.537619.61
Hex5158C805641424c14
Octal1211301410012610110211424
Binary10100011011000110010000101011010000011000010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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