#396703

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

Shades of Verdun Green #396703

Tints of Verdun Green #396703

Color information

#396703 (or 0x396703) is unknown color: approx Verdun Green. HEX triplet: 39, 67 and 03. RGB value is (57,103,3). Sum of RGB (Red+Green+Blue) = 57+103+3=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #396703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396703 is #C698FC. Grayscale: #4E4E4E. Windows color (decimal): -13015293 or 223033. OLE color: 223033.

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

Color convert

RGB571033-
CMYK0.4500.970.60
HSL87.6º94.34%20.78%-
HSV(B)87.6º97.09%40.39%-
XYZ6.5510.581.78-
YUV77.8585.76113.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 103 (40.62% from 255) = 63.19%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=34.97%
G=63.19%
B=1.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5710330.4500.970.6087.694.3420.78
Hex396732D0613C585e15
Octal7114735501417413013625
Binary111001110011111101101011000011111001011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396703; }

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

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

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

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

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

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

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

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