#346604

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

Shades of Verdun Green #346604

Tints of Verdun Green #346604

Color information

#346604 (or 0x346604) is unknown color: approx Verdun Green. HEX triplet: 34, 66 and 04. RGB value is (52,102,4). Sum of RGB (Red+Green+Blue) = 52+102+4=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #346604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346604 is #CB99FB. Grayscale: #4C4C4C. Windows color (decimal): -13343228 or 288308. OLE color: 288308.

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

Color convert

RGB521024-
CMYK0.4900.960.6
HSL90.61º92.45%20.78%-
HSV(B)90.61º96.08%40%-
XYZ6.1910.241.77-
YUV75.8887.44110.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 102 (40.23% from 255) = 64.56%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=32.91%
G=64.56%
B=2.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5210240.4900.960.690.6192.4520.78
Hex34664310603C5b5c15
Octal6414646101407413313425
Binary1101001100110100110001011000001111001011011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346604; }

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

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

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

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

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

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

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

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