#546205

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

Shades of Verdun Green #546205

Tints of Verdun Green #546205

Color information

#546205 (or 0x546205) is unknown color: approx Verdun Green. HEX triplet: 54, 62 and 05. RGB value is (84,98,5). Sum of RGB (Red+Green+Blue) = 84+98+5=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #546205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546205 is #AB9DFA. Grayscale: #535353. Windows color (decimal): -11247099 or 352852. OLE color: 352852.

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

Color convert

RGB84985-
CMYK0.1400.950.62
HSL69.03º90.29%20.2%-
HSV(B)69.03º94.9%38.43%-
XYZ8.0510.631.77-
YUV83.2183.86128.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=44.92%
G=52.41%
B=2.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal849850.1400.950.6269.0390.2920.2
Hex54625E05F3E455a14
Octal12414251601377610513224
Binary101010011000101011110010111111111101000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546205; }

 p { color: rgb(84,98,5); }

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

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

 a { background-color: rgb(84,98,5); }

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

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

 span { border-color: rgb(84,98,5); }

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