Html Css Color HEX #394D06 Verdun Green

📋 copy color: '#394D06'

red 57 ◦ green 77 ◦ blue 6

#394D06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #394D06

Tints of Verdun Green #394D06

RGB

 RED value IS 57 (22.66% from 255) = 40.71%

 GREEN value IS 77 (30.47% from 255) = 55%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 40.71%
G = 55%
B = 4.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#394D06 (or 0x394D06) is known color: Verdun Green. HEX triplet: 39, 4D and 06. RGB value is (57,77,6). Sum of RGB (Red+Green+Blue) = 57+77+6=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #394D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D06 is #C6B2F9. Grayscale: #3F3F3F. Windows color (decimal): -13021946 or 412985. OLE color: 412985.

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

Color convert

RGB 57 77 6 -
CMYK 0.26 0 0.92 0.70
HSL 76.9º 0.86% 0.16% -
HSV(B) 76.9º 0.92% 0.3% -
XYZ 4.37 6.19 1.14 -
YUV 62.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 57 77 6 0.26 0 0.92 0.70 76.9 0.86 0.16
Hex 39 4D 6 1A 0 5C 46 4D 56 10
Octal 71 115 6 32 0 134 106 115 126 20
Binary 111001 1001101 110 11010 0 1011100 1000110 1001101 1010110 10000

Color Harmonies of #394D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D06

Black with #394D06

Text Example


Text Example

White with #394D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #394D06;
 }
 .AnyTagClassName
 {
   color: #394D06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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