#545002

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

Shades of Verdun Green #545002

Tints of Verdun Green #545002

Color information

#545002 (or 0x545002) is unknown color: approx Verdun Green. HEX triplet: 54, 50 and 02. RGB value is (84,80,2). Sum of RGB (Red+Green+Blue) = 84+80+2=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #545002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545002 is #ABAFFD. Grayscale: #484848. Windows color (decimal): -11251710 or 151636. OLE color: 151636.

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

Color convert

RGB84802-
CMYK00.050.980.67
HSL57.07º95.35%16.86%-
HSV(B)57.07º97.62%32.94%-
XYZ6.547.631.19-
YUV72.388.33136.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=50.60%
G=48.19%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8480200.050.980.6757.0795.3516.86
Hex54502056243395f11
Octal1241202051421037113721
Binary1010100101000010010111000101000011111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545002; }

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

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

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

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

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

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

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

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