Html Css Color HEX #3A560F Verdun Green

📋 copy color: '#3A560F'

red 58 ◦ green 86 ◦ blue 15

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

Shades of Verdun Green #3A560F

Tints of Verdun Green #3A560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.09%

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

R = 36.48%
G = 54.09%
B = 9.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#3A560F (or 0x3A560F) is known color: Verdun Green. HEX triplet: 3A, 56 and 0F. RGB value is (58,86,15). Sum of RGB (Red+Green+Blue) = 58+86+15=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #3A560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A560F is #C5A9F0. Grayscale: #454545. Windows color (decimal): -12954097 or 1005114. OLE color: 1005114.

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

Color convert

RGB 58 86 15 -
CMYK 0.33 0 0.83 0.66
HSL 83.66º 0.7% 0.2% -
HSV(B) 83.66º 0.83% 0.34% -
XYZ 5.16 7.59 1.64 -
YUV 69.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 58 86 15 0.33 0 0.83 0.66 83.66 0.7 0.2
Hex 3A 56 F 21 0 53 42 54 46 14
Octal 72 126 17 41 0 123 102 124 106 24
Binary 111010 1010110 1111 100001 0 1010011 1000010 1010100 1000110 10100

Color Harmonies of #3A560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A560F

Black with #3A560F

Text Example


Text Example

White with #3A560F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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