#546007

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

Shades of Verdun Green #546007

Tints of Verdun Green #546007

Color information

#546007 (or 0x546007) is unknown color: approx Verdun Green. HEX triplet: 54, 60 and 07. RGB value is (84,96,7). Sum of RGB (Red+Green+Blue) = 84+96+7=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #546007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546007 is #AB9FF8. Grayscale: #525252. Windows color (decimal): -11247609 or 483412. OLE color: 483412.

HSL color Cylindrical-coordinate representation of color #546007: hue angle of 68.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #546007 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB84967-
CMYK0.1200.930.62
HSL68.09º86.41%20.2%-
HSV(B)68.09º92.71%37.65%-
XYZ7.8810.271.77-
YUV82.2785.52129.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=44.92%
G=51.34%
B=3.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal849670.1200.930.6268.0986.4120.2
Hex54607C05D3E445614
Octal12414071401357610412624
Binary101010011000001111100010111011111101000100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546007; }

 p { color: rgb(84,96,7); }

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

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

 a { background-color: rgb(84,96,7); }

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

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

 span { border-color: rgb(84,96,7); }

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