#346609

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

Shades of Verdun Green #346609

Tints of Verdun Green #346609

Color information

#346609 (or 0x346609) is unknown color: approx Verdun Green. HEX triplet: 34, 66 and 09. RGB value is (52,102,9). Sum of RGB (Red+Green+Blue) = 52+102+9=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 102 (40.23% from 255 or 62.58% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 102 - color contains mainly: green. Hex color #346609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346609 is #CB99F6. Grayscale: #4C4C4C. Windows color (decimal): -13343223 or 615988. OLE color: 615988.

HSL color Cylindrical-coordinate representation of color #346609: hue angle of 92.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #346609 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB521029-
CMYK0.4900.910.6
HSL92.26º83.78%21.76%-
HSV(B)92.26º91.18%40%-
XYZ6.2210.251.91-
YUV76.4589.94110.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 102 (40.23% from 255) = 62.58%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=31.90%
G=62.58%
B=5.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5210290.4900.910.692.2683.7821.76
Hex346693105B3C5c5416
Octal64146116101337413412426
Binary11010011001101001110001010110111111001011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346609; }

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

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

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

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

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

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

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

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