#3A540F

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

Shades of Verdun Green #3A540F

Tints of Verdun Green #3A540F

Color information

#3A540F (or 0x3A540F) is unknown color: approx Verdun Green. HEX triplet: 3A, 54 and 0F. RGB value is (58,84,15). Sum of RGB (Red+Green+Blue) = 58+84+15=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #3A540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A540F is #C5ABF0. Grayscale: #444444. Windows color (decimal): -12954609 or 1004602. OLE color: 1004602.

HSL color Cylindrical-coordinate representation of color #3A540F: hue angle of 82.61º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A540F is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB588415-
CMYK0.3100.820.67
HSL82.61º69.7%19.41%-
HSV(B)82.61º82.14%32.94%-
XYZ57.271.59-
YUV68.3697.89120.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.94%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=36.94%
G=53.50%
B=9.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884150.3100.820.6782.6169.719.41
Hex3A54F1F05243534613
Octal721241737012210312310623
Binary11101010101001111111110101001010000111010011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A540F; }

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

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

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

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

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

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

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

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