#546112

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

Shades of Verdun Green #546112

Tints of Verdun Green #546112

Color information

#546112 (or 0x546112) is unknown color: approx Verdun Green. HEX triplet: 54, 61 and 12. RGB value is (84,97,18). Sum of RGB (Red+Green+Blue) = 84+97+18=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #546112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546112 is #AB9EED. Grayscale: #545454. Windows color (decimal): -11247342 or 1204564. OLE color: 1204564.

HSL color Cylindrical-coordinate representation of color #546112: hue angle of 69.87º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #546112 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB849718-
CMYK0.1300.810.62
HSL69.87º68.7%22.55%-
HSV(B)69.87º81.44%38.04%-
XYZ8.0410.482.17-
YUV84.1190.69127.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=42.21%
G=48.74%
B=9.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497180.1300.810.6269.8768.722.55
Hex546112D0513E464517
Octal124141221501217610610527
Binary10101001100001100101101010100011111101000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546112; }

 p { color: rgb(84,97,18); }

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

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

 a { background-color: rgb(84,97,18); }

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

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

 span { border-color: rgb(84,97,18); }

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