#3A610F

Color #3A610F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3A610F

Tints of Verdun Green #3A610F

Color information

#3A610F (or 0x3A610F) is unknown color: approx Verdun Green. HEX triplet: 3A, 61 and 0F. RGB value is (58,97,15). Sum of RGB (Red+Green+Blue) = 58+97+15=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #3A610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A610F is #C59EF0. Grayscale: #4C4C4C. Windows color (decimal): -12951281 or 1007930. OLE color: 1007930.

HSL color Cylindrical-coordinate representation of color #3A610F: hue angle of 88.54º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A610F is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB589715-
CMYK0.4000.850.62
HSL88.54º73.21%21.96%-
HSV(B)88.54º84.54%38.04%-
XYZ6.119.481.96-
YUV75.9993.58115.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=34.12%
G=57.06%
B=8.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897150.4000.850.6288.5473.2121.96
Hex3A61F280553E594916
Octal72141175001257613111126
Binary11101011000011111101000010101011111101011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A610F;
 }
 .AnyTagClassName
 {
   color: #3A610F;
 }
</style>
background-color css

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

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

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

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

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

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