#545C0F

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

Shades of Verdun Green #545C0F

Tints of Verdun Green #545C0F

Color information

#545C0F (or 0x545C0F) is unknown color: approx Verdun Green. HEX triplet: 54, 5C and 0F. RGB value is (84,92,15). Sum of RGB (Red+Green+Blue) = 84+92+15=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #545C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545C0F is #ABA3F0. Grayscale: #515151. Windows color (decimal): -11248625 or 1006676. OLE color: 1006676.

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

Color convert

RGB849215-
CMYK0.0900.840.64
HSL66.23º71.96%20.98%-
HSV(B)66.23º83.7%36.08%-
XYZ7.579.571.9-
YUV80.8390.85130.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 92 (36.33% from 255) = 48.17%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=43.98%
G=48.17%
B=7.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492150.0900.840.6466.2371.9620.98
Hex545CF905440424815
Octal1241341711012410010211025
Binary10101001011100111110010101010010000001000010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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