#51550F

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

Shades of Verdun Green #51550F

Tints of Verdun Green #51550F

Color information

#51550F (or 0x51550F) is unknown color: approx Verdun Green. HEX triplet: 51, 55 and 0F. RGB value is (81,85,15). Sum of RGB (Red+Green+Blue) = 81+85+15=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #51550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51550F is #AEAAF0. Grayscale: #4C4C4C. Windows color (decimal): -11447025 or 1004881. OLE color: 1004881.

HSL color Cylindrical-coordinate representation of color #51550F: hue angle of 63.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51550F is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB818515-
CMYK0.0500.820.67
HSL63.43º70%19.61%-
HSV(B)63.43º82.35%33.33%-
XYZ6.738.281.7-
YUV75.8293.67131.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=44.75%
G=46.96%
B=8.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185150.0500.820.6763.437019.61
Hex5155F5052433f4614
Octal12112517501221037710624
Binary101000110101011111101010100101000011111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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