Html Css Color HEX #3A5513 Verdun Green

📋 copy color: '#3A5513'

red 58 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #3A5513

Tints of Verdun Green #3A5513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 35.8%
G = 52.47%
B = 11.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#3A5513 (or 0x3A5513) is known color: Verdun Green. HEX triplet: 3A, 55 and 13. RGB value is (58,85,19). Sum of RGB (Red+Green+Blue) = 58+85+19=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5513 is #C5AAEC. Grayscale: #454545. Windows color (decimal): -12954349 or 1267002. OLE color: 1267002.

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

Color convert

RGB 58 85 19 -
CMYK 0.32 0 0.78 0.67
HSL 84.55º 0.63% 0.2% -
HSV(B) 84.55º 0.78% 0.33% -
XYZ 5.11 7.44 1.78 -
YUV 69.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 58 85 19 0.32 0 0.78 0.67 84.55 0.63 0.2
Hex 3A 55 13 20 0 4E 43 55 3F 14
Octal 72 125 23 40 0 116 103 125 77 24
Binary 111010 1010101 10011 100000 0 1001110 1000011 1010101 111111 10100

Color Harmonies of #3A5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5513

Black with #3A5513

Text Example


Text Example

White with #3A5513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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