Html Css Color HEX #3A540B Verdun Green

📋 copy color: '#3A540B'

red 58 ◦ green 84 ◦ blue 11

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

Shades of Verdun Green #3A540B

Tints of Verdun Green #3A540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.19%

R = 37.91%
G = 54.9%
B = 7.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#3A540B (or 0x3A540B) is known color: Verdun Green. HEX triplet: 3A, 54 and 0B. RGB value is (58,84,11). Sum of RGB (Red+Green+Blue) = 58+84+11=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #3A540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A540B is #C5ABF4. Grayscale: #444444. Windows color (decimal): -12954613 or 742458. OLE color: 742458.

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

Color convert

RGB 58 84 11 -
CMYK 0.31 0 0.87 0.67
HSL 81.37º 0.77% 0.19% -
HSV(B) 81.37º 0.87% 0.33% -
XYZ 4.98 7.26 1.46 -
YUV 67.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 58 84 11 0.31 0 0.87 0.67 81.37 0.77 0.19
Hex 3A 54 B 1F 0 57 43 51 4D 13
Octal 72 124 13 37 0 127 103 121 115 23
Binary 111010 1010100 1011 11111 0 1010111 1000011 1010001 1001101 10011

Color Harmonies of #3A540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A540B

Black with #3A540B

Text Example


Text Example

White with #3A540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A540B;
 }
 .AnyTagClassName
 {
   color: #3A540B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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