#3A6003

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

Shades of Verdun Green #3A6003

Tints of Verdun Green #3A6003

Color information

#3A6003 (or 0x3A6003) is unknown color: approx Verdun Green. HEX triplet: 3A, 60 and 03. RGB value is (58,96,3). Sum of RGB (Red+Green+Blue) = 58+96+3=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6003 is #C59FFC. Grayscale: #4A4A4A. Windows color (decimal): -12951549 or 221242. OLE color: 221242.

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

Color convert

RGB58963-
CMYK0.4000.970.62
HSL84.52º93.94%19.41%-
HSV(B)84.52º96.88%37.65%-
XYZ5.949.271.56-
YUV74.0487.91116.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.94%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=36.94%
G=61.15%
B=1.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal589630.4000.970.6284.5293.9419.41
Hex3A603280613E555e13
Octal7214035001417612513623
Binary111010110000011101000011000011111101010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,96,3); }

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

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

 a { background-color: rgb(58,96,3); }

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

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

 span { border-color: rgb(58,96,3); }

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