Html Css Color HEX #394D0B Verdun Green

📋 copy color: '#394D0B'

red 57 ◦ green 77 ◦ blue 11

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

Shades of Verdun Green #394D0B

Tints of Verdun Green #394D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 39.31%
G = 53.1%
B = 7.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#394D0B (or 0x394D0B) is known color: Verdun Green. HEX triplet: 39, 4D and 0B. RGB value is (57,77,11). Sum of RGB (Red+Green+Blue) = 57+77+11=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #394D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D0B is #C6B2F4. Grayscale: #3F3F3F. Windows color (decimal): -13021941 or 740665. OLE color: 740665.

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

Color convert

RGB 57 77 11 -
CMYK 0.26 0 0.86 0.70
HSL 78.18º 0.75% 0.17% -
HSV(B) 78.18º 0.86% 0.3% -
XYZ 4.4 6.2 1.28 -
YUV 63.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 57 77 11 0.26 0 0.86 0.70 78.18 0.75 0.17
Hex 39 4D B 1A 0 56 46 4E 4B 11
Octal 71 115 13 32 0 126 106 116 113 21
Binary 111001 1001101 1011 11010 0 1010110 1000110 1001110 1001011 10001

Color Harmonies of #394D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D0B

Black with #394D0B

Text Example


Text Example

White with #394D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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