#395501

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

Shades of Verdun Green #395501

Tints of Verdun Green #395501

Color information

#395501 (or 0x395501) is unknown color: approx Verdun Green. HEX triplet: 39, 55 and 01. RGB value is (57,85,1). Sum of RGB (Red+Green+Blue) = 57+85+1=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #395501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395501 is #C6AAFE. Grayscale: #434343. Windows color (decimal): -13019903 or 87353. OLE color: 87353.

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

Color convert

RGB57851-
CMYK0.3300.990.67
HSL80º97.67%16.86%-
HSV(B)80º98.82%33.33%-
XYZ4.947.371.19-
YUV67.0590.72120.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=39.86%
G=59.44%
B=0.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal578510.3300.990.678097.6716.86
Hex395512106343506211
Octal71125141014310312014221
Binary111001101010111000010110001110000111010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395501; }

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

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

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

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

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

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

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

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