#394D03

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

Shades of Verdun Green #394D03

Tints of Verdun Green #394D03

Color information

#394D03 (or 0x394D03) is unknown color: approx Verdun Green. HEX triplet: 39, 4D and 03. RGB value is (57,77,3). Sum of RGB (Red+Green+Blue) = 57+77+3=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #394D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D03 is #C6B2FC. Grayscale: #3E3E3E. Windows color (decimal): -13021949 or 216377. OLE color: 216377.

HSL color Cylindrical-coordinate representation of color #394D03: hue angle of 76.22º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #394D03 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB57773-
CMYK0.2600.960.70
HSL76.22º92.5%15.69%-
HSV(B)76.22º96.1%30.2%-
XYZ4.366.181.05-
YUV62.5894.37124.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 77 (30.47% from 255) = 56.20%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=41.61%
G=56.20%
B=2.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal577730.2600.960.7076.2292.515.69
Hex394D31A060464c5c10
Octal71115332014010611413420
Binary111001100110111110100110000010001101001100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,77,3); }

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

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

 a { background-color: rgb(57,77,3); }

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

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

 span { border-color: rgb(57,77,3); }

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