#3A6502

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

Shades of Verdun Green #3A6502

Tints of Verdun Green #3A6502

Color information

#3A6502 (or 0x3A6502) is unknown color: approx Verdun Green. HEX triplet: 3A, 65 and 02. RGB value is (58,101,2). Sum of RGB (Red+Green+Blue) = 58+101+2=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6502 is #C59AFD. Grayscale: #4D4D4D. Windows color (decimal): -12950270 or 156986. OLE color: 156986.

HSL color Cylindrical-coordinate representation of color #3A6502: hue angle of 86.06º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A6502 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB581012-
CMYK0.4300.980.60
HSL86.06º96.12%20.2%-
HSV(B)86.06º98.02%39.61%-
XYZ6.4110.211.69-
YUV76.8685.75114.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 101 (39.84% from 255) = 62.73%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=36.02%
G=62.73%
B=1.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5810120.4300.980.6086.0696.1220.2
Hex3A6522B0623C566014
Octal7214525301427412614024
Binary111010110010110101011011000101111001010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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