Html Css Color HEX #3A580A Verdun Green

📋 copy color: '#3A580A'

red 58 ◦ green 88 ◦ blue 10

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

Shades of Verdun Green #3A580A

Tints of Verdun Green #3A580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 37.18%
G = 56.41%
B = 6.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#3A580A (or 0x3A580A) is known color: Verdun Green. HEX triplet: 3A, 58 and 0A. RGB value is (58,88,10). Sum of RGB (Red+Green+Blue) = 58+88+10=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #3A580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A580A is #C5A7F5. Grayscale: #464646. Windows color (decimal): -12953590 or 677946. OLE color: 677946.

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

Color convert

RGB 58 88 10 -
CMYK 0.34 0 0.89 0.65
HSL 83.08º 0.8% 0.19% -
HSV(B) 83.08º 0.89% 0.35% -
XYZ 5.29 7.9 1.53 -
YUV 70.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 58 88 10 0.34 0 0.89 0.65 83.08 0.8 0.19
Hex 3A 58 A 22 0 59 41 53 50 13
Octal 72 130 12 42 0 131 101 123 120 23
Binary 111010 1011000 1010 100010 0 1011001 1000001 1010011 1010000 10011

Color Harmonies of #3A580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A580A

Black with #3A580A

Text Example


Text Example

White with #3A580A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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