#394F05

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

Shades of Verdun Green #394F05

Tints of Verdun Green #394F05

Color information

#394F05 (or 0x394F05) is unknown color: approx Verdun Green. HEX triplet: 39, 4F and 05. RGB value is (57,79,5). Sum of RGB (Red+Green+Blue) = 57+79+5=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #394F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F05 is #C6B0FA. Grayscale: #404040. Windows color (decimal): -13021435 or 347961. OLE color: 347961.

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

Color convert

RGB57795-
CMYK0.2800.940.69
HSL77.84º88.1%16.47%-
HSV(B)77.84º93.67%30.98%-
XYZ4.516.471.16-
YUV63.9994.71123.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=40.43%
G=56.03%
B=3.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal577950.2800.940.6977.8488.116.47
Hex394F51C05E454e5810
Octal71117534013610511613020
Binary1110011001111101111000101111010001011001110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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