#3B4E14

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

Shades of Verdun Green #3B4E14

Tints of Verdun Green #3B4E14

Color information

#3B4E14 (or 0x3B4E14) is unknown color: approx Verdun Green. HEX triplet: 3B, 4E and 14. RGB value is (59,78,20). Sum of RGB (Red+Green+Blue) = 59+78+20=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B4E14 is #C4B1EB. Grayscale: #414141. Windows color (decimal): -12890604 or 1330747. OLE color: 1330747.

HSL color Cylindrical-coordinate representation of color #3B4E14: hue angle of 79.66º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B4E14 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB597820-
CMYK0.2400.740.69
HSL79.66º59.18%19.22%-
HSV(B)79.66º74.36%30.59%-
XYZ4.656.431.66-
YUV65.71102.21123.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.58%
GREEN value IS 78 (30.86% from 255) = 49.68%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=37.58%
G=49.68%
B=12.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5978200.2400.740.6979.6659.1819.22
Hex3B4E141804A45503b13
Octal73116243001121051207323
Binary11101110011101010011000010010101000101101000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,78,20); }

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

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

 a { background-color: rgb(59,78,20); }

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

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

 span { border-color: rgb(59,78,20); }

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