#396308

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

Shades of Verdun Green #396308

Tints of Verdun Green #396308

Color information

#396308 (or 0x396308) is unknown color: approx Verdun Green. HEX triplet: 39, 63 and 08. RGB value is (57,99,8). Sum of RGB (Red+Green+Blue) = 57+99+8=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #396308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396308 is #C69CF7. Grayscale: #4C4C4C. Windows color (decimal): -13016312 or 549689. OLE color: 549689.

HSL color Cylindrical-coordinate representation of color #396308: hue angle of 87.69º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #396308 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB57998-
CMYK0.4200.920.61
HSL87.69º85.05%20.98%-
HSV(B)87.69º91.92%38.82%-
XYZ6.199.811.8-
YUV76.0789.59114.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 99 (39.06% from 255) = 60.37%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=34.76%
G=60.37%
B=4.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal579980.4200.920.6187.6985.0520.98
Hex396382A05C3D585515
Octal71143105201347513012525
Binary11100111000111000101010010111001111011011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396308; }

 p { color: rgb(57,99,8); }

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

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

 a { background-color: rgb(57,99,8); }

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

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

 span { border-color: rgb(57,99,8); }

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