#395701

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

Shades of Verdun Green #395701

Tints of Verdun Green #395701

Color information

#395701 (or 0x395701) is unknown color: approx Verdun Green. HEX triplet: 39, 57 and 01. RGB value is (57,87,1). Sum of RGB (Red+Green+Blue) = 57+87+1=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 87 (34.38% from 255 or 60% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 87 - color contains mainly: green. Hex color #395701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395701 is #C6A8FE. Grayscale: #444444. Windows color (decimal): -13019391 or 87865. OLE color: 87865.

HSL color Cylindrical-coordinate representation of color #395701: hue angle of 80.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #395701 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB57871-
CMYK0.3400.990.66
HSL80.93º97.73%17.25%-
HSV(B)80.93º98.85%34.12%-
XYZ5.17.691.24-
YUV68.2390.06119.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 87 (34.38% from 255) = 60%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=39.31%
G=60%
B=0.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal578710.3400.990.6680.9397.7317.25
Hex395712206342516211
Octal71127142014310212114221
Binary111001101011111000100110001110000101010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395701; }

 p { color: rgb(57,87,1); }

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

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

 a { background-color: rgb(57,87,1); }

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

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

 span { border-color: rgb(57,87,1); }

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