#346708

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

Shades of Verdun Green #346708

Tints of Verdun Green #346708

Color information

#346708 (or 0x346708) is unknown color: approx Verdun Green. HEX triplet: 34, 67 and 08. RGB value is (52,103,8). Sum of RGB (Red+Green+Blue) = 52+103+8=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #346708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346708 is #CB98F7. Grayscale: #4D4D4D. Windows color (decimal): -13342968 or 550708. OLE color: 550708.

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

Color convert

RGB521038-
CMYK0.5000.920.60
HSL92.21º85.59%21.76%-
HSV(B)92.21º92.23%40.39%-
XYZ6.3110.451.91-
YUV76.9289.1110.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 103 (40.62% from 255) = 63.19%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=31.90%
G=63.19%
B=4.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5210380.5000.920.6092.2185.5921.76
Hex346783205C3C5c5616
Octal64147106201347413412626
Binary11010011001111000110010010111001111001011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346708; }

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

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

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

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

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

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

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

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