#346109

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

Shades of Verdun Green #346109

Tints of Verdun Green #346109

Color information

#346109 (or 0x346109) is unknown color: approx Verdun Green. HEX triplet: 34, 61 and 09. RGB value is (52,97,9). Sum of RGB (Red+Green+Blue) = 52+97+9=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #346109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346109 is #CB9EF6. Grayscale: #494949. Windows color (decimal): -13344503 or 614708. OLE color: 614708.

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

Color convert

RGB52979-
CMYK0.4600.910.62
HSL90.68º83.02%20.78%-
HSV(B)90.68º90.72%38.04%-
XYZ5.749.31.75-
YUV73.5191.59112.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 97 (38.28% from 255) = 61.39%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=32.91%
G=61.39%
B=5.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal529790.4600.910.6290.6883.0220.78
Hex346192E05B3E5b5315
Octal64141115601337613312325
Binary11010011000011001101110010110111111101011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346109; }

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

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

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

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

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

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

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

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