#394E0F

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

Shades of Verdun Green #394E0F

Tints of Verdun Green #394E0F

Color information

#394E0F (or 0x394E0F) is unknown color: approx Verdun Green. HEX triplet: 39, 4E and 0F. RGB value is (57,78,15). Sum of RGB (Red+Green+Blue) = 57+78+15=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #394E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394E0F is #C6B1F0. Grayscale: #404040. Windows color (decimal): -13021681 or 1003065. OLE color: 1003065.

HSL color Cylindrical-coordinate representation of color #394E0F: hue angle of 80º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #394E0F is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB577815-
CMYK0.2700.810.69
HSL80º67.74%18.24%-
HSV(B)80º80.77%30.59%-
XYZ4.56.351.44-
YUV64.54100.04122.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 78 (30.86% from 255) = 52%
BLUE value IS 15 (6.25% from 255) = 10%
R=38%
G=52%
B=10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778150.2700.810.698067.7418.24
Hex394EF1B05145504412
Octal711161733012110512010422
Binary11100110011101111110110101000110001011010000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394E0F; }

 p { color: rgb(57,78,15); }

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

<style>
 a { background-color: #394E0F; }

 a { background-color: rgb(57,78,15); }

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

<style>
 span { border-color: #394E0F; }

 span { border-color: rgb(57,78,15); }

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