#545C11

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

Shades of Verdun Green #545C11

Tints of Verdun Green #545C11

Color information

#545C11 (or 0x545C11) is unknown color: approx Verdun Green. HEX triplet: 54, 5C and 11. RGB value is (84,92,17). Sum of RGB (Red+Green+Blue) = 84+92+17=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #545C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545C11 is #ABA3EE. Grayscale: #515151. Windows color (decimal): -11248623 or 1137748. OLE color: 1137748.

HSL color Cylindrical-coordinate representation of color #545C11: hue angle of 66.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #545C11 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB849217-
CMYK0.0900.820.64
HSL66.4º68.81%21.37%-
HSV(B)66.4º81.52%36.08%-
XYZ7.589.581.98-
YUV81.0691.85130.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 92 (36.33% from 255) = 47.67%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=43.52%
G=47.67%
B=8.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492170.0900.820.6466.468.8121.37
Hex545C11905240424515
Octal1241342111012210010210525
Binary101010010111001000110010101001010000001000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545C11; }

 p { color: rgb(84,92,17); }

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

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

 a { background-color: rgb(84,92,17); }

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

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

 span { border-color: rgb(84,92,17); }

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