#346802

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

Shades of Verdun Green #346802

Tints of Verdun Green #346802

Color information

#346802 (or 0x346802) is unknown color: approx Verdun Green. HEX triplet: 34, 68 and 02. RGB value is (52,104,2). Sum of RGB (Red+Green+Blue) = 52+104+2=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #346802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346802 is #CB97FD. Grayscale: #4D4D4D. Windows color (decimal): -13342718 or 157748. OLE color: 157748.

HSL color Cylindrical-coordinate representation of color #346802: hue angle of 90.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #346802 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB521042-
CMYK0.5000.980.59
HSL90.59º96.23%20.78%-
HSV(B)90.59º98.08%40.78%-
XYZ6.3810.641.77-
YUV76.8285.77110.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 104 (41.02% from 255) = 65.82%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=32.91%
G=65.82%
B=1.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5210420.5000.980.5990.5996.2320.78
Hex34682320623B5b6015
Octal6415026201427313314025
Binary110100110100010110010011000101110111011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346802; }

 p { color: rgb(52,104,2); }

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

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

 a { background-color: rgb(52,104,2); }

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

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

 span { border-color: rgb(52,104,2); }

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