#545302

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

Shades of Verdun Green #545302

Tints of Verdun Green #545302

Color information

#545302 (or 0x545302) is unknown color: approx Verdun Green. HEX triplet: 54, 53 and 02. RGB value is (84,83,2). Sum of RGB (Red+Green+Blue) = 84+83+2=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #545302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545302 is #ABACFD. Grayscale: #4A4A4A. Windows color (decimal): -11250942 or 152404. OLE color: 152404.

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

Color convert

RGB84832-
CMYK00.010.980.67
HSL59.27º95.35%16.86%-
HSV(B)59.27º97.62%32.94%-
XYZ6.768.081.26-
YUV74.0687.33135.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=49.70%
G=49.11%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8483200.010.980.6759.2795.3516.86
Hex545320162433b5f11
Octal1241232011421037313721
Binary10101001010011100111000101000011111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545302; }

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

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

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

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

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

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

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

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