#346308

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

Shades of Verdun Green #346308

Tints of Verdun Green #346308

Color information

#346308 (or 0x346308) is unknown color: approx Verdun Green. HEX triplet: 34, 63 and 08. RGB value is (52,99,8). Sum of RGB (Red+Green+Blue) = 52+99+8=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #346308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346308 is #CB9CF7. Grayscale: #4A4A4A. Windows color (decimal): -13343992 or 549684. OLE color: 549684.

HSL color Cylindrical-coordinate representation of color #346308: hue angle of 90.99º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #346308 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB52998-
CMYK0.4700.920.61
HSL90.99º85.05%20.98%-
HSV(B)90.99º91.92%38.82%-
XYZ5.929.671.78-
YUV74.5790.43111.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 99 (39.06% from 255) = 62.26%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=32.70%
G=62.26%
B=5.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal529980.4700.920.6190.9985.0520.98
Hex346382F05C3D5b5515
Octal64143105701347513312525
Binary11010011000111000101111010111001111011011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346308; }

 p { color: rgb(52,99,8); }

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

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

 a { background-color: rgb(52,99,8); }

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

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

 span { border-color: rgb(52,99,8); }

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