Html Css Color HEX #3A5810 Verdun Green

📋 copy color: '#3A5810'

red 58 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #3A5810

Tints of Verdun Green #3A5810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 35.8%
G = 54.32%
B = 9.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#3A5810 (or 0x3A5810) is known color: Verdun Green. HEX triplet: 3A, 58 and 10. RGB value is (58,88,16). Sum of RGB (Red+Green+Blue) = 58+88+16=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5810 is #C5A7EF. Grayscale: #474747. Windows color (decimal): -12953584 or 1071162. OLE color: 1071162.

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

Color convert

RGB 58 88 16 -
CMYK 0.34 0 0.82 0.65
HSL 85º 0.69% 0.2% -
HSV(B) 85º 0.82% 0.35% -
XYZ 5.33 7.92 1.74 -
YUV 70.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 58 88 16 0.34 0 0.82 0.65 85 0.69 0.2
Hex 3A 58 10 22 0 52 41 55 45 14
Octal 72 130 20 42 0 122 101 125 105 24
Binary 111010 1011000 10000 100010 0 1010010 1000001 1010101 1000101 10100

Color Harmonies of #3A5810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5810

Black with #3A5810

Text Example


Text Example

White with #3A5810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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