#545504

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

Shades of Verdun Green #545504

Tints of Verdun Green #545504

Color information

#545504 (or 0x545504) is unknown color: approx Verdun Green. HEX triplet: 54, 55 and 04. RGB value is (84,85,4). Sum of RGB (Red+Green+Blue) = 84+85+4=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #545504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545504 is #ABAAFB. Grayscale: #4B4B4B. Windows color (decimal): -11250428 or 283988. OLE color: 283988.

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

Color convert

RGB84854-
CMYK0.0100.950.67
HSL60.74º91.01%17.45%-
HSV(B)60.74º95.29%33.33%-
XYZ6.938.391.37-
YUV75.4787.67134.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=48.55%
G=49.13%
B=2.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848540.0100.950.6760.7491.0117.45
Hex54554105F433d5b11
Octal1241254101371037513321
Binary101010010101011001010111111000011111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545504; }

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

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

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

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

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

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

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

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