#394F0B

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

Shades of Verdun Green #394F0B

Tints of Verdun Green #394F0B

Color information

#394F0B (or 0x394F0B) is unknown color: approx Verdun Green. HEX triplet: 39, 4F and 0B. RGB value is (57,79,11). Sum of RGB (Red+Green+Blue) = 57+79+11=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #394F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F0B is #C6B0F4. Grayscale: #404040. Windows color (decimal): -13021429 or 741177. OLE color: 741177.

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

Color convert

RGB577911-
CMYK0.2800.860.69
HSL79.41º75.56%17.65%-
HSV(B)79.41º86.08%30.98%-
XYZ4.546.491.33-
YUV64.6797.71122.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 79 (31.25% from 255) = 53.74%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=38.78%
G=53.74%
B=7.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779110.2800.860.6979.4175.5617.65
Hex394FB1C056454f4c12
Octal711171334012610511711422
Binary11100110011111011111000101011010001011001111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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