Html Css Color HEX #3A580F Verdun Green

📋 copy color: '#3A580F'

red 58 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #3A580F

Tints of Verdun Green #3A580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 36.02%
G = 54.66%
B = 9.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#3A580F (or 0x3A580F) is known color: Verdun Green. HEX triplet: 3A, 58 and 0F. RGB value is (58,88,15). Sum of RGB (Red+Green+Blue) = 58+88+15=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #3A580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A580F is #C5A7F0. Grayscale: #464646. Windows color (decimal): -12953585 or 1005626. OLE color: 1005626.

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

Color convert

RGB 58 88 15 -
CMYK 0.34 0 0.83 0.65
HSL 84.66º 0.71% 0.2% -
HSV(B) 84.66º 0.83% 0.35% -
XYZ 5.32 7.91 1.7 -
YUV 70.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 58 88 15 0.34 0 0.83 0.65 84.66 0.71 0.2
Hex 3A 58 F 22 0 53 41 55 47 14
Octal 72 130 17 42 0 123 101 125 107 24
Binary 111010 1011000 1111 100010 0 1010011 1000001 1010101 1000111 10100

Color Harmonies of #3A580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A580F

Black with #3A580F

Text Example


Text Example

White with #3A580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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