#545306

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

Shades of Verdun Green #545306

Tints of Verdun Green #545306

Color information

#545306 (or 0x545306) is unknown color: approx Verdun Green. HEX triplet: 54, 53 and 06. RGB value is (84,83,6). Sum of RGB (Red+Green+Blue) = 84+83+6=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #545306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545306 is #ABACF9. Grayscale: #4A4A4A. Windows color (decimal): -11250938 or 414548. OLE color: 414548.

HSL color Cylindrical-coordinate representation of color #545306: hue angle of 59.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #545306 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB84836-
CMYK00.010.930.67
HSL59.23º86.67%17.65%-
HSV(B)59.23º92.86%32.94%-
XYZ6.788.081.38-
YUV74.5289.33134.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=48.55%
G=47.98%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8483600.010.930.6759.2386.6717.65
Hex54536015D433b5712
Octal1241236011351037312722
Binary101010010100111100110111011000011111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545306; }

 p { color: rgb(84,83,6); }

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

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

 a { background-color: rgb(84,83,6); }

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

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

 span { border-color: rgb(84,83,6); }

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