#346704

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

Shades of Verdun Green #346704

Tints of Verdun Green #346704

Color information

#346704 (or 0x346704) is unknown color: approx Verdun Green. HEX triplet: 34, 67 and 04. RGB value is (52,103,4). Sum of RGB (Red+Green+Blue) = 52+103+4=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #346704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346704 is #CB98FB. Grayscale: #4C4C4C. Windows color (decimal): -13342972 or 288564. OLE color: 288564.

HSL color Cylindrical-coordinate representation of color #346704: hue angle of 90.91º degrees, saturation: 0.93, 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 #346704 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB521034-
CMYK0.5000.960.60
HSL90.91º92.52%20.98%-
HSV(B)90.91º96.12%40.39%-
XYZ6.2910.441.8-
YUV76.4687.1110.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 103 (40.62% from 255) = 64.78%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=32.70%
G=64.78%
B=2.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5210340.5000.960.6090.9192.5220.98
Hex34674320603C5b5d15
Octal6414746201407413313525
Binary1101001100111100110010011000001111001011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346704; }

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

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

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

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

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

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

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

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