#346D18

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

Shades of Bilbao #346D18

Tints of Bilbao #346D18

Color information

#346D18 (or 0x346D18) is unknown color: approx Bilbao. HEX triplet: 34, 6D and 18. RGB value is (52,109,24). Sum of RGB (Red+Green+Blue) = 52+109+24=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #346D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346D18 is #CB92E7. Grayscale: #525252. Windows color (decimal): -13341416 or 1600820. OLE color: 1600820.

HSL color Cylindrical-coordinate representation of color #346D18: hue angle of 100.24º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346D18 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB5210924-
CMYK0.5200.780.57
HSL100.24º63.91%26.08%-
HSV(B)100.24º77.98%42.75%-
XYZ7.0511.732.76-
YUV82.2795.12106.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 109 (42.97% from 255) = 58.92%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=28.11%
G=58.92%
B=12.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52109240.5200.780.57100.2463.9126.08
Hex346D183404E3964401a
Octal64155306401167114410032
Binary110100110110111000110100010011101110011100100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346D18; }

 p { color: rgb(52,109,24); }

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

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

 a { background-color: rgb(52,109,24); }

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

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

 span { border-color: rgb(52,109,24); }

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