#346809

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

Shades of Bilbao #346809

Tints of Bilbao #346809

Color information

#346809 (or 0x346809) is unknown color: approx Bilbao. HEX triplet: 34, 68 and 09. RGB value is (52,104,9). Sum of RGB (Red+Green+Blue) = 52+104+9=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #346809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346809 is #CB97F6. Grayscale: #4D4D4D. Windows color (decimal): -13342711 or 616500. OLE color: 616500.

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

Color convert

RGB521049-
CMYK0.5000.910.59
HSL92.84º84.07%22.16%-
HSV(B)92.84º91.35%40.78%-
XYZ6.4210.651.98-
YUV77.6289.27109.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 104 (41.02% from 255) = 63.03%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=31.52%
G=63.03%
B=5.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5210490.5000.910.5992.8484.0722.16
Hex346893205B3B5d5416
Octal64150116201337313512426
Binary11010011010001001110010010110111110111011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346809; }

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

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

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

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

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

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

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

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