#3A6002

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

Shades of Verdun Green #3A6002

Tints of Verdun Green #3A6002

Color information

#3A6002 (or 0x3A6002) is unknown color: approx Verdun Green. HEX triplet: 3A, 60 and 02. RGB value is (58,96,2). Sum of RGB (Red+Green+Blue) = 58+96+2=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6002 is #C59FFD. Grayscale: #4A4A4A. Windows color (decimal): -12951550 or 155706. OLE color: 155706.

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

Color convert

RGB58962-
CMYK0.4000.980.62
HSL84.26º95.92%19.22%-
HSV(B)84.26º97.92%37.65%-
XYZ5.949.271.53-
YUV73.9287.41116.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.18%
GREEN value IS 96 (37.89% from 255) = 61.54%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=37.18%
G=61.54%
B=1.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal589620.4000.980.6284.2695.9219.22
Hex3A602280623E546013
Octal7214025001427612414023
Binary111010110000010101000011000101111101010100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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