#396509

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

Shades of Verdun Green #396509

Tints of Verdun Green #396509

Color information

#396509 (or 0x396509) is unknown color: approx Verdun Green. HEX triplet: 39, 65 and 09. RGB value is (57,101,9). Sum of RGB (Red+Green+Blue) = 57+101+9=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #396509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396509 is #C69AF6. Grayscale: #4D4D4D. Windows color (decimal): -13015799 or 615737. OLE color: 615737.

HSL color Cylindrical-coordinate representation of color #396509: hue angle of 88.7º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #396509 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB571019-
CMYK0.4400.910.60
HSL88.7º83.64%21.57%-
HSV(B)88.7º91.09%39.61%-
XYZ6.3910.21.89-
YUV77.3689.42113.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 101 (39.84% from 255) = 60.48%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=34.13%
G=60.48%
B=5.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5710190.4400.910.6088.783.6421.57
Hex396592C05B3C595416
Octal71145115401337413112426
Binary11100111001011001101100010110111111001011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396509; }

 p { color: rgb(57,101,9); }

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

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

 a { background-color: rgb(57,101,9); }

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

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

 span { border-color: rgb(57,101,9); }

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