#545712

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

Shades of Verdun Green #545712

Tints of Verdun Green #545712

Color information

#545712 (or 0x545712) is unknown color: approx Verdun Green. HEX triplet: 54, 57 and 12. RGB value is (84,87,18). Sum of RGB (Red+Green+Blue) = 84+87+18=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #545712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545712 is #ABA8ED. Grayscale: #4E4E4E. Windows color (decimal): -11249902 or 1202004. OLE color: 1202004.

HSL color Cylindrical-coordinate representation of color #545712: hue angle of 62.61º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #545712 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB848718-
CMYK0.0300.790.66
HSL62.61º65.71%20.59%-
HSV(B)62.61º79.31%34.12%-
XYZ7.178.741.88-
YUV78.2494.01132.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 87 (34.38% from 255) = 46.03%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=44.44%
G=46.03%
B=9.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487180.0300.790.6662.6165.7120.59
Hex545712304F423f4215
Octal12412722301171027710225
Binary101010010101111001011010011111000010111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545712; }

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

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

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

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

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

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

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

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