#396903

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

Shades of Verdun Green #396903

Tints of Verdun Green #396903

Color information

#396903 (or 0x396903) is unknown color: approx Verdun Green. HEX triplet: 39, 69 and 03. RGB value is (57,105,3). Sum of RGB (Red+Green+Blue) = 57+105+3=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 105 (41.41% from 255 or 63.64% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 105 - color contains mainly: green. Hex color #396903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396903 is #C696FC. Grayscale: #4F4F4F. Windows color (decimal): -13014781 or 223545. OLE color: 223545.

HSL color Cylindrical-coordinate representation of color #396903: hue angle of 88.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #396903 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB571053-
CMYK0.4600.970.59
HSL88.24º94.44%21.18%-
HSV(B)88.24º97.14%41.18%-
XYZ6.7610.981.85-
YUV79.0285.1112.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 105 (41.41% from 255) = 63.64%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=34.55%
G=63.64%
B=1.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5710530.4600.970.5988.2494.4421.18
Hex396932E0613B585e15
Octal7115135601417313013625
Binary111001110100111101110011000011110111011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396903; }

 p { color: rgb(57,105,3); }

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

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

 a { background-color: rgb(57,105,3); }

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

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

 span { border-color: rgb(57,105,3); }

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