#3B4A09

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

Shades of Verdun Green #3B4A09

Tints of Verdun Green #3B4A09

Color information

#3B4A09 (or 0x3B4A09) is unknown color: approx Verdun Green. HEX triplet: 3B, 4A and 09. RGB value is (59,74,9). Sum of RGB (Red+Green+Blue) = 59+74+9=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #3B4A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4A09 is #C4B5F6. Grayscale: #3E3E3E. Windows color (decimal): -12891639 or 608827. OLE color: 608827.

HSL color Cylindrical-coordinate representation of color #3B4A09: hue angle of 73.85º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B4A09 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB59749-
CMYK0.2000.880.71
HSL73.85º78.31%16.27%-
HSV(B)73.85º87.84%29.02%-
XYZ4.35.851.16-
YUV62.198.03125.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 74 (29.30% from 255) = 52.11%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=41.55%
G=52.11%
B=6.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal597490.2000.880.7173.8578.3116.27
Hex3B4A914058474a4e10
Octal731121124013010711211620
Binary11101110010101001101000101100010001111001010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,74,9); }

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

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

 a { background-color: rgb(59,74,9); }

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

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

 span { border-color: rgb(59,74,9); }

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