#545304

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

Shades of Verdun Green #545304

Tints of Verdun Green #545304

Color information

#545304 (or 0x545304) is unknown color: approx Verdun Green. HEX triplet: 54, 53 and 04. RGB value is (84,83,4). Sum of RGB (Red+Green+Blue) = 84+83+4=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #545304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545304 is #ABACFB. Grayscale: #4A4A4A. Windows color (decimal): -11250940 or 283476. OLE color: 283476.

HSL color Cylindrical-coordinate representation of color #545304: hue angle of 59.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #545304 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB84834-
CMYK00.010.950.67
HSL59.25º90.91%17.25%-
HSV(B)59.25º95.24%32.94%-
XYZ6.778.081.32-
YUV74.2988.33134.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=49.12%
G=48.54%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8483400.010.950.6759.2590.9117.25
Hex54534015F433b5b11
Octal1241234011371037313321
Binary101010010100111000110111111000011111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545304; }

 p { color: rgb(84,83,4); }

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

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

 a { background-color: rgb(84,83,4); }

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

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

 span { border-color: rgb(84,83,4); }

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