#395407

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

Shades of Verdun Green #395407

Tints of Verdun Green #395407

Color information

#395407 (or 0x395407) is unknown color: approx Verdun Green. HEX triplet: 39, 54 and 07. RGB value is (57,84,7). Sum of RGB (Red+Green+Blue) = 57+84+7=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #395407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395407 is #C6ABF8. Grayscale: #434343. Windows color (decimal): -13020153 or 480313. OLE color: 480313.

HSL color Cylindrical-coordinate representation of color #395407: hue angle of 81.04º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #395407 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB57847-
CMYK0.3200.920.67
HSL81.04º84.62%17.84%-
HSV(B)81.04º91.67%32.94%-
XYZ4.97.231.34-
YUV67.1594.05120.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=38.51%
G=56.76%
B=4.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal578470.3200.920.6781.0484.6217.84
Hex395472005C43515512
Octal71124740013410312112522
Binary11100110101001111000000101110010000111010001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395407; }

 p { color: rgb(57,84,7); }

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

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

 a { background-color: rgb(57,84,7); }

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

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

 span { border-color: rgb(57,84,7); }

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