#546302

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

Shades of Verdun Green #546302

Tints of Verdun Green #546302

Color information

#546302 (or 0x546302) is unknown color: approx Verdun Green. HEX triplet: 54, 63 and 02. RGB value is (84,99,2). Sum of RGB (Red+Green+Blue) = 84+99+2=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #546302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546302 is #AB9CFD. Grayscale: #535353. Windows color (decimal): -11246846 or 156500. OLE color: 156500.

HSL color Cylindrical-coordinate representation of color #546302: hue angle of 69.28º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #546302 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB84992-
CMYK0.1500.980.61
HSL69.28º96.04%19.8%-
HSV(B)69.28º97.98%38.82%-
XYZ8.1310.811.72-
YUV83.4682.03128.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=45.41%
G=53.51%
B=1.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal849920.1500.980.6169.2896.0419.8
Hex54632F0623D456014
Octal12414321701427510514024
Binary10101001100011101111011000101111011000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546302; }

 p { color: rgb(84,99,2); }

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

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

 a { background-color: rgb(84,99,2); }

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

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

 span { border-color: rgb(84,99,2); }

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