#395D10

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

Shades of Verdun Green #395D10

Tints of Verdun Green #395D10

Color information

#395D10 (or 0x395D10) is unknown color: approx Verdun Green. HEX triplet: 39, 5D and 10. RGB value is (57,93,16). Sum of RGB (Red+Green+Blue) = 57+93+16=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #395D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395D10 is #C6A2EF. Grayscale: #494949. Windows color (decimal): -13017840 or 1072441. OLE color: 1072441.

HSL color Cylindrical-coordinate representation of color #395D10: hue angle of 88.05º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #395D10 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB579316-
CMYK0.3900.830.64
HSL88.05º70.64%21.37%-
HSV(B)88.05º82.8%36.47%-
XYZ5.78.741.88-
YUV73.4695.57116.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.34%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=34.34%
G=56.02%
B=9.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793160.3900.830.6488.0570.6421.37
Hex395D102705340584715
Octal711352047012310013010725
Binary1110011011101100001001110101001110000001011000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395D10; }

 p { color: rgb(57,93,16); }

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

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

 a { background-color: rgb(57,93,16); }

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

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

 span { border-color: rgb(57,93,16); }

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