#395205

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

Shades of Verdun Green #395205

Tints of Verdun Green #395205

Color information

#395205 (or 0x395205) is unknown color: approx Verdun Green. HEX triplet: 39, 52 and 05. RGB value is (57,82,5). Sum of RGB (Red+Green+Blue) = 57+82+5=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #395205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395205 is #C6ADFA. Grayscale: #424242. Windows color (decimal): -13020667 or 348729. OLE color: 348729.

HSL color Cylindrical-coordinate representation of color #395205: hue angle of 79.48º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #395205 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB57825-
CMYK0.3000.940.68
HSL79.48º88.51%17.06%-
HSV(B)79.48º93.9%32.16%-
XYZ4.736.921.23-
YUV65.7593.72121.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 82 (32.42% from 255) = 56.94%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=39.58%
G=56.94%
B=3.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal578250.3000.940.6879.4888.5117.06
Hex395251E05E444f5911
Octal71122536013610411713121
Binary1110011010010101111100101111010001001001111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395205; }

 p { color: rgb(57,82,5); }

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

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

 a { background-color: rgb(57,82,5); }

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

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

 span { border-color: rgb(57,82,5); }

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