#394F11

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

Shades of Verdun Green #394F11

Tints of Verdun Green #394F11

Color information

#394F11 (or 0x394F11) is unknown color: approx Verdun Green. HEX triplet: 39, 4F and 11. RGB value is (57,79,17). Sum of RGB (Red+Green+Blue) = 57+79+17=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #394F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F11 is #C6B0EE. Grayscale: #414141. Windows color (decimal): -13021423 or 1134393. OLE color: 1134393.

HSL color Cylindrical-coordinate representation of color #394F11: hue angle of 81.29º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #394F11 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB577917-
CMYK0.2800.780.69
HSL81.29º64.58%18.82%-
HSV(B)81.29º78.48%30.98%-
XYZ4.586.51.54-
YUV65.35100.71122.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 79 (31.25% from 255) = 51.63%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=37.25%
G=51.63%
B=11.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779170.2800.780.6981.2964.5818.82
Hex394F111C04E45514113
Octal711172134011610512110123
Binary111001100111110001111000100111010001011010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,79,17); }

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

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

 a { background-color: rgb(57,79,17); }

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

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

 span { border-color: rgb(57,79,17); }

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