Html Css Color HEX #3A5316 Verdun Green

📋 copy color: '#3A5316'

red 58 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #3A5316

Tints of Verdun Green #3A5316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 35.58%
G = 50.92%
B = 13.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#3A5316 (or 0x3A5316) is known color: Verdun Green. HEX triplet: 3A, 53 and 16. RGB value is (58,83,22). Sum of RGB (Red+Green+Blue) = 58+83+22=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5316 is #C5ACE9. Grayscale: #444444. Windows color (decimal): -12954858 or 1463098. OLE color: 1463098.

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

Color convert

RGB 58 83 22 -
CMYK 0.30 0 0.73 0.67
HSL 84.59º 0.58% 0.21% -
HSV(B) 84.59º 0.73% 0.33% -
XYZ 4.98 7.14 1.88 -
YUV 68.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 58 83 22 0.30 0 0.73 0.67 84.59 0.58 0.21
Hex 3A 53 16 1E 0 49 43 55 3A 15
Octal 72 123 26 36 0 111 103 125 72 25
Binary 111010 1010011 10110 11110 0 1001001 1000011 1010101 111010 10101

Color Harmonies of #3A5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5316

Black with #3A5316

Text Example


Text Example

White with #3A5316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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