#395504

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

Shades of Verdun Green #395504

Tints of Verdun Green #395504

Color information

#395504 (or 0x395504) is unknown color: approx Verdun Green. HEX triplet: 39, 55 and 04. RGB value is (57,85,4). Sum of RGB (Red+Green+Blue) = 57+85+4=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #395504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395504 is #C6AAFB. Grayscale: #434343. Windows color (decimal): -13019900 or 283961. OLE color: 283961.

HSL color Cylindrical-coordinate representation of color #395504: hue angle of 80.74º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #395504 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB57854-
CMYK0.3300.950.67
HSL80.74º91.01%17.45%-
HSV(B)80.74º95.29%33.33%-
XYZ4.967.381.28-
YUV67.3992.22120.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=39.04%
G=58.22%
B=2.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal578540.3300.950.6780.7491.0117.45
Hex395542105F43515b11
Octal71125441013710312113321
Binary11100110101011001000010101111110000111010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395504; }

 p { color: rgb(57,85,4); }

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

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

 a { background-color: rgb(57,85,4); }

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

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

 span { border-color: rgb(57,85,4); }

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