Html Css Color HEX #3A5315 Verdun Green

📋 copy color: '#3A5315'

red 58 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #3A5315

Tints of Verdun Green #3A5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.23%

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

R = 35.8%
G = 51.23%
B = 12.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#3A5315 (or 0x3A5315) is known color: Verdun Green. HEX triplet: 3A, 53 and 15. RGB value is (58,83,21). Sum of RGB (Red+Green+Blue) = 58+83+21=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5315 is #C5ACEA. Grayscale: #444444. Windows color (decimal): -12954859 or 1397562. OLE color: 1397562.

HSL color Cylindrical-coordinate representation of color #3A5315: hue angle of 84.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A5315 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 21 -
CMYK 0.30 0 0.75 0.67
HSL 84.19º 0.6% 0.2% -
HSV(B) 84.19º 0.75% 0.33% -
XYZ 4.97 7.14 1.83 -
YUV 68.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 58 83 21 0.30 0 0.75 0.67 84.19 0.6 0.2
Hex 3A 53 15 1E 0 4B 43 54 3C 14
Octal 72 123 25 36 0 113 103 124 74 24
Binary 111010 1010011 10101 11110 0 1001011 1000011 1010100 111100 10100

Color Harmonies of #3A5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5315

Black with #3A5315

Text Example


Text Example

White with #3A5315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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