#546700

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

Shades of Verdun Green #546700

Tints of Verdun Green #546700

Color information

#546700 (or 0x546700) is unknown color: approx Verdun Green. HEX triplet: 54, 67 and 00. RGB value is (84,103,0). Sum of RGB (Red+Green+Blue) = 84+103+0=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #546700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546700 is #AB98FF. Grayscale: #555555. Windows color (decimal): -11245824 or 26452. OLE color: 26452.

HSL color Cylindrical-coordinate representation of color #546700: hue angle of 71.07º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #546700 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB841030-
CMYK0.18010.60
HSL71.07º100%20.2%-
HSV(B)71.07º100%40.39%-
XYZ8.5111.591.79-
YUV85.5879.71126.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 103 (40.62% from 255) = 55.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.92%
G=55.08%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8410300.18010.6071.0710020.2
Hex54670120643C476414
Octal12414702201447410714424
Binary10101001100111010010011001001111001000111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546700; }

 p { color: rgb(84,103,0); }

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

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

 a { background-color: rgb(84,103,0); }

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

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

 span { border-color: rgb(84,103,0); }

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