#346309

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

Shades of Verdun Green #346309

Tints of Verdun Green #346309

Color information

#346309 (or 0x346309) is unknown color: approx Verdun Green. HEX triplet: 34, 63 and 09. RGB value is (52,99,9). Sum of RGB (Red+Green+Blue) = 52+99+9=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #346309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346309 is #CB9CF6. Grayscale: #4A4A4A. Windows color (decimal): -13343991 or 615220. OLE color: 615220.

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

Color convert

RGB52999-
CMYK0.4700.910.61
HSL91.33º83.33%21.18%-
HSV(B)91.33º90.91%38.82%-
XYZ5.939.671.81-
YUV74.6990.93111.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 99 (39.06% from 255) = 61.88%
BLUE value IS 9 (3.91% from 255) = 5.62%
R=32.5%
G=61.88%
B=5.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal529990.4700.910.6191.3383.3321.18
Hex346392F05B3D5b5315
Octal64143115701337513312325
Binary11010011000111001101111010110111111011011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346309; }

 p { color: rgb(52,99,9); }

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

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

 a { background-color: rgb(52,99,9); }

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

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

 span { border-color: rgb(52,99,9); }

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