#3A6113

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

Shades of Verdun Green #3A6113

Tints of Verdun Green #3A6113

Color information

#3A6113 (or 0x3A6113) is unknown color: approx Verdun Green. HEX triplet: 3A, 61 and 13. RGB value is (58,97,19). Sum of RGB (Red+Green+Blue) = 58+97+19=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6113 is #C59EEC. Grayscale: #4C4C4C. Windows color (decimal): -12951277 or 1270074. OLE color: 1270074.

HSL color Cylindrical-coordinate representation of color #3A6113: hue angle of 90º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A6113 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB589719-
CMYK0.4000.800.62
HSL90º67.24%22.75%-
HSV(B)90º80.41%38.04%-
XYZ6.149.52.13-
YUV76.4595.58114.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=33.33%
G=55.75%
B=10.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897190.4000.800.629067.2422.75
Hex3A6113280503E5a4317
Octal72141235001207613210327
Binary111010110000110011101000010100001111101011010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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