Html Css Color HEX #3A5517 Verdun Green

📋 copy color: '#3A5517'

red 58 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #3A5517

Tints of Verdun Green #3A5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

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

R = 34.94%
G = 51.2%
B = 13.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#3A5517 (or 0x3A5517) is known color: Verdun Green. HEX triplet: 3A, 55 and 17. RGB value is (58,85,23). Sum of RGB (Red+Green+Blue) = 58+85+23=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5517 is #C5AAE8. Grayscale: #464646. Windows color (decimal): -12954345 or 1529146. OLE color: 1529146.

HSL color Cylindrical-coordinate representation of color #3A5517: hue angle of 86.13º degrees, saturation: 0.57, 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 #3A5517 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 23 -
CMYK 0.32 0 0.73 0.67
HSL 86.13º 0.57% 0.21% -
HSV(B) 86.13º 0.73% 0.33% -
XYZ 5.15 7.46 1.98 -
YUV 69.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 58 85 23 0.32 0 0.73 0.67 86.13 0.57 0.21
Hex 3A 55 17 20 0 49 43 56 39 15
Octal 72 125 27 40 0 111 103 126 71 25
Binary 111010 1010101 10111 100000 0 1001001 1000011 1010110 111001 10101

Color Harmonies of #3A5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5517

Black with #3A5517

Text Example


Text Example

White with #3A5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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