#545202

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

Shades of Verdun Green #545202

Tints of Verdun Green #545202

Color information

#545202 (or 0x545202) is unknown color: approx Verdun Green. HEX triplet: 54, 52 and 02. RGB value is (84,82,2). Sum of RGB (Red+Green+Blue) = 84+82+2=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #545202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545202 is #ABADFD. Grayscale: #494949. Windows color (decimal): -11251198 or 152148. OLE color: 152148.

HSL color Cylindrical-coordinate representation of color #545202: hue angle of 58.54º 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 #545202 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB84822-
CMYK00.020.980.67
HSL58.54º95.35%16.86%-
HSV(B)58.54º97.62%32.94%-
XYZ6.687.921.23-
YUV73.4887.66135.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 48.81%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=50%
G=48.81%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8482200.020.980.6758.5495.3516.86
Hex545220262433b5f11
Octal1241222021421037313721
Binary101010010100101001011000101000011111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545202; }

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

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

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

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

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

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

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

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