#3B4E0D

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

Shades of Verdun Green #3B4E0D

Tints of Verdun Green #3B4E0D

Color information

#3B4E0D (or 0x3B4E0D) is unknown color: approx Verdun Green. HEX triplet: 3B, 4E and 0D. RGB value is (59,78,13). Sum of RGB (Red+Green+Blue) = 59+78+13=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B4E0D is #C4B1F2. Grayscale: #414141. Windows color (decimal): -12890611 or 871995. OLE color: 871995.

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

Color convert

RGB597813-
CMYK0.2400.830.69
HSL77.54º71.43%17.84%-
HSV(B)77.54º83.33%30.59%-
XYZ4.66.411.38-
YUV64.9198.71123.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 78 (30.86% from 255) = 52%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=39.33%
G=52%
B=8.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5978130.2400.830.6977.5471.4317.84
Hex3B4ED18053454e4712
Octal731161530012310511610722
Binary11101110011101101110000101001110001011001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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