Html Css Color HEX #3A540A Verdun Green

📋 copy color: '#3A540A'

red 58 ◦ green 84 ◦ blue 10

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

Shades of Verdun Green #3A540A

Tints of Verdun Green #3A540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.58%

R = 38.16%
G = 55.26%
B = 6.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#3A540A (or 0x3A540A) is known color: Verdun Green. HEX triplet: 3A, 54 and 0A. RGB value is (58,84,10). Sum of RGB (Red+Green+Blue) = 58+84+10=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #3A540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A540A is #C5ABF5. Grayscale: #444444. Windows color (decimal): -12954614 or 676922. OLE color: 676922.

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

Color convert

RGB 58 84 10 -
CMYK 0.31 0 0.88 0.67
HSL 81.08º 0.79% 0.18% -
HSV(B) 81.08º 0.88% 0.33% -
XYZ 4.97 7.26 1.43 -
YUV 67.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 58 84 10 0.31 0 0.88 0.67 81.08 0.79 0.18
Hex 3A 54 A 1F 0 58 43 51 4F 12
Octal 72 124 12 37 0 130 103 121 117 22
Binary 111010 1010100 1010 11111 0 1011000 1000011 1010001 1001111 10010

Color Harmonies of #3A540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A540A

Black with #3A540A

Text Example


Text Example

White with #3A540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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