Html Css Color HEX #3A5317 Verdun Green

📋 copy color: '#3A5317'

red 58 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #3A5317

Tints of Verdun Green #3A5317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 35.37%
G = 50.61%
B = 14.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#3A5317 (or 0x3A5317) is known color: Verdun Green. HEX triplet: 3A, 53 and 17. RGB value is (58,83,23). Sum of RGB (Red+Green+Blue) = 58+83+23=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5317 is #C5ACE8. Grayscale: #444444. Windows color (decimal): -12954857 or 1528634. OLE color: 1528634.

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

Color convert

RGB 58 83 23 -
CMYK 0.30 0 0.72 0.67
HSL 85º 0.57% 0.21% -
HSV(B) 85º 0.72% 0.33% -
XYZ 4.99 7.15 1.93 -
YUV 68.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 58 83 23 0.30 0 0.72 0.67 85 0.57 0.21
Hex 3A 53 17 1E 0 48 43 55 39 15
Octal 72 123 27 36 0 110 103 125 71 25
Binary 111010 1010011 10111 11110 0 1001000 1000011 1010101 111001 10101

Color Harmonies of #3A5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5317

Black with #3A5317

Text Example


Text Example

White with #3A5317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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