Html Css Color HEX #3A5215 Verdun Green

📋 copy color: '#3A5215'

red 58 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #3A5215

Tints of Verdun Green #3A5215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.93%

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 36.02%
G = 50.93%
B = 13.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#3A5215 (or 0x3A5215) is known color: Verdun Green. HEX triplet: 3A, 52 and 15. RGB value is (58,82,21). Sum of RGB (Red+Green+Blue) = 58+82+21=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5215 is #C5ADEA. Grayscale: #444444. Windows color (decimal): -12955115 or 1397306. OLE color: 1397306.

HSL color Cylindrical-coordinate representation of color #3A5215: hue angle of 83.61º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A5215 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 21 -
CMYK 0.29 0 0.74 0.68
HSL 83.61º 0.59% 0.2% -
HSV(B) 83.61º 0.74% 0.32% -
XYZ 4.9 6.99 1.8 -
YUV 67.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 58 82 21 0.29 0 0.74 0.68 83.61 0.59 0.2
Hex 3A 52 15 1D 0 4A 44 54 3B 14
Octal 72 122 25 35 0 112 104 124 73 24
Binary 111010 1010010 10101 11101 0 1001010 1000100 1010100 111011 10100

Color Harmonies of #3A5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5215

Black with #3A5215

Text Example


Text Example

White with #3A5215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,82,21); }

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

background-color css

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

 a { background-color: rgb(58,82,21); }

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

border-color css

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

 span { border-color: rgb(58,82,21); }

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