#326308

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

Shades of Verdun Green #326308

Tints of Verdun Green #326308

Color information

#326308 (or 0x326308) is unknown color: approx Verdun Green. HEX triplet: 32, 63 and 08. RGB value is (50,99,8). Sum of RGB (Red+Green+Blue) = 50+99+8=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #326308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326308 is #CD9CF7. Grayscale: #4A4A4A. Windows color (decimal): -13475064 or 549682. OLE color: 549682.

HSL color Cylindrical-coordinate representation of color #326308: hue angle of 92.31º 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 #326308 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB50998-
CMYK0.4900.920.61
HSL92.31º85.05%20.98%-
HSV(B)92.31º91.92%38.82%-
XYZ5.829.621.78-
YUV73.9890.77110.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 99 (39.06% from 255) = 63.06%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=31.85%
G=63.06%
B=5.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal509980.4900.920.6192.3185.0520.98
Hex326383105C3D5c5515
Octal62143106101347513412525
Binary11001011000111000110001010111001111011011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326308; }

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

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

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

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

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

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

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

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