#346608

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

Shades of Verdun Green #346608

Tints of Verdun Green #346608

Color information

#346608 (or 0x346608) is unknown color: approx Verdun Green. HEX triplet: 34, 66 and 08. RGB value is (52,102,8). Sum of RGB (Red+Green+Blue) = 52+102+8=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #346608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346608 is #CB99F7. Grayscale: #4C4C4C. Windows color (decimal): -13343224 or 550452. OLE color: 550452.

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

Color convert

RGB521028-
CMYK0.4900.920.6
HSL91.91º85.45%21.57%-
HSV(B)91.91º92.16%40%-
XYZ6.2110.251.88-
YUV76.3389.44110.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 102 (40.23% from 255) = 62.96%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=32.10%
G=62.96%
B=4.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5210280.4900.920.691.9185.4521.57
Hex346683105C3C5c5516
Octal64146106101347413412526
Binary11010011001101000110001010111001111001011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346608; }

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

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

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

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

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

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

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

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