Html Css Color HEX #3A5814 Verdun Green

📋 copy color: '#3A5814'

red 58 ◦ green 88 ◦ blue 20

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

Shades of Verdun Green #3A5814

Tints of Verdun Green #3A5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.01%

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 34.94%
G = 53.01%
B = 12.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#3A5814 (or 0x3A5814) is known color: Verdun Green. HEX triplet: 3A, 58 and 14. RGB value is (58,88,20). Sum of RGB (Red+Green+Blue) = 58+88+20=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5814 is #C5A7EB. Grayscale: #474747. Windows color (decimal): -12953580 or 1333306. OLE color: 1333306.

HSL color Cylindrical-coordinate representation of color #3A5814: hue angle of 86.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A5814 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 88 20 -
CMYK 0.34 0 0.77 0.65
HSL 86.47º 0.63% 0.21% -
HSV(B) 86.47º 0.77% 0.35% -
XYZ 5.36 7.93 1.91 -
YUV 71.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 58 88 20 0.34 0 0.77 0.65 86.47 0.63 0.21
Hex 3A 58 14 22 0 4D 41 56 3F 15
Octal 72 130 24 42 0 115 101 126 77 25
Binary 111010 1011000 10100 100010 0 1001101 1000001 1010110 111111 10101

Color Harmonies of #3A5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5814

Black with #3A5814

Text Example


Text Example

White with #3A5814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,20); }

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

background-color css

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

 a { background-color: rgb(58,88,20); }

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

border-color css

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

 span { border-color: rgb(58,88,20); }

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