#51550C

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

Shades of Verdun Green #51550C

Tints of Verdun Green #51550C

Color information

#51550C (or 0x51550C) is unknown color: approx Verdun Green. HEX triplet: 51, 55 and 0C. RGB value is (81,85,12). Sum of RGB (Red+Green+Blue) = 81+85+12=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #51550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51550C is #AEAAF3. Grayscale: #4B4B4B. Windows color (decimal): -11447028 or 808273. OLE color: 808273.

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

Color convert

RGB818512-
CMYK0.0500.860.67
HSL63.29º75.26%19.02%-
HSV(B)63.29º85.88%33.33%-
XYZ6.718.271.59-
YUV75.4892.17131.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=45.51%
G=47.75%
B=6.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185120.0500.860.6763.2975.2619.02
Hex5155C5056433f4b13
Octal12112514501261037711323
Binary101000110101011100101010101101000011111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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