#3B4C06

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

Shades of Verdun Green #3B4C06

Tints of Verdun Green #3B4C06

Color information

#3B4C06 (or 0x3B4C06) is unknown color: approx Verdun Green. HEX triplet: 3B, 4C and 06. RGB value is (59,76,6). Sum of RGB (Red+Green+Blue) = 59+76+6=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4C06 is #C4B3F9. Grayscale: #3F3F3F. Windows color (decimal): -12891130 or 412731. OLE color: 412731.

HSL color Cylindrical-coordinate representation of color #3B4C06: hue angle of 74.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B4C06 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB59766-
CMYK0.2200.920.70
HSL74.57º85.37%16.08%-
HSV(B)74.57º92.11%29.8%-
XYZ4.426.111.12-
YUV62.9495.87125.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 76 (30.08% from 255) = 53.90%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=41.84%
G=53.90%
B=4.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal597660.2200.920.7074.5785.3716.08
Hex3B4C61605C464b5510
Octal73114626013410611312520
Binary1110111001100110101100101110010001101001011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,76,6); }

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

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

 a { background-color: rgb(59,76,6); }

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

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

 span { border-color: rgb(59,76,6); }

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