Html Css Color HEX #3A540F Verdun Green

📋 copy color: '#3A540F'

red 58 ◦ green 84 ◦ blue 15

#3A540F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #3A540F

Tints of Verdun Green #3A540F

RGB

 RED value IS 58 (23.05% from 255) = 36.94%

 GREEN value IS 84 (33.2% from 255) = 53.5%

 BLUE value IS 15 (6.25% from 255) = 9.55%

R = 36.94%
G = 53.5%
B = 9.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#3A540F (or 0x3A540F) is known color: 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

RGB 58 84 15 -
CMYK 0.31 0 0.82 0.67
HSL 82.61º 0.7% 0.19% -
HSV(B) 82.61º 0.82% 0.33% -
XYZ 5 7.27 1.59 -
YUV 68.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 58 84 15 0.31 0 0.82 0.67 82.61 0.7 0.19
Hex 3A 54 F 1F 0 52 43 53 46 13
Octal 72 124 17 37 0 122 103 123 106 23
Binary 111010 1010100 1111 11111 0 1010010 1000011 1010011 1000110 10011

Color Harmonies of #3A540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A540F

Black with #3A540F

Text Example


Text Example

White with #3A540F

Text Example


Text Example

HTML Codes & Css Web 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>