#545203

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

Shades of Verdun Green #545203

Tints of Verdun Green #545203

Color information

#545203 (or 0x545203) is unknown color: approx Verdun Green. HEX triplet: 54, 52 and 03. RGB value is (84,82,3). Sum of RGB (Red+Green+Blue) = 84+82+3=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #545203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545203 is #ABADFC. Grayscale: #494949. Windows color (decimal): -11251197 or 217684. OLE color: 217684.

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

Color convert

RGB84823-
CMYK00.020.960.67
HSL58.52º93.1%17.06%-
HSV(B)58.52º96.43%32.94%-
XYZ6.697.931.26-
YUV73.5988.16135.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 82 (32.42% from 255) = 48.52%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=49.70%
G=48.52%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8482300.020.960.6758.5293.117.06
Hex545230260433b5d11
Octal1241223021401037313521
Binary101010010100101101011000001000011111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545203; }

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

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

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

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

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

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

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

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