#545506

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

Shades of Verdun Green #545506

Tints of Verdun Green #545506

Color information

#545506 (or 0x545506) is unknown color: approx Verdun Green. HEX triplet: 54, 55 and 06. RGB value is (84,85,6). Sum of RGB (Red+Green+Blue) = 84+85+6=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #545506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545506 is #ABAAF9. Grayscale: #4C4C4C. Windows color (decimal): -11250426 or 415060. OLE color: 415060.

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

Color convert

RGB84856-
CMYK0.0100.930.67
HSL60.76º86.81%17.84%-
HSV(B)60.76º92.94%33.33%-
XYZ6.948.391.43-
YUV75.6988.67133.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=48%
G=48.57%
B=3.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848560.0100.930.6760.7686.8117.84
Hex54556105D433d5712
Octal1241256101351037512722
Binary101010010101011101010111011000011111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545506; }

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

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

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

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

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

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

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

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