#394F01

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

Shades of Verdun Green #394F01

Tints of Verdun Green #394F01

Color information

#394F01 (or 0x394F01) is unknown color: approx Verdun Green. HEX triplet: 39, 4F and 01. RGB value is (57,79,1). Sum of RGB (Red+Green+Blue) = 57+79+1=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #394F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F01 is #C6B0FE. Grayscale: #3F3F3F. Windows color (decimal): -13021439 or 85817. OLE color: 85817.

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

Color convert

RGB57791-
CMYK0.2800.990.69
HSL76.92º97.5%15.69%-
HSV(B)76.92º98.73%30.98%-
XYZ4.496.461.04-
YUV63.5392.71123.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 79 (31.25% from 255) = 57.66%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=41.61%
G=57.66%
B=0.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal577910.2800.990.6976.9297.515.69
Hex394F11C063454d6210
Octal71117134014310511514220
Binary11100110011111111000110001110001011001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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