#346808

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

Shades of Bilbao #346808

Tints of Bilbao #346808

Color information

#346808 (or 0x346808) is unknown color: approx Bilbao. HEX triplet: 34, 68 and 08. RGB value is (52,104,8). Sum of RGB (Red+Green+Blue) = 52+104+8=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #346808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346808 is #CB97F7. Grayscale: #4D4D4D. Windows color (decimal): -13342712 or 550964. OLE color: 550964.

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

Color convert

RGB521048-
CMYK0.5000.920.59
HSL92.5º85.71%21.96%-
HSV(B)92.5º92.31%40.78%-
XYZ6.4110.651.95-
YUV77.5188.77109.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 104 (41.02% from 255) = 63.41%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=31.71%
G=63.41%
B=4.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5210480.5000.920.5992.585.7121.96
Hex346883205C3B5c5616
Octal64150106201347313412626
Binary11010011010001000110010010111001110111011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346808; }

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

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

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

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

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

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

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

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