#346A17

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

Shades of Bilbao #346A17

Tints of Bilbao #346A17

Color information

#346A17 (or 0x346A17) is unknown color: approx Bilbao. HEX triplet: 34, 6A and 17. RGB value is (52,106,23). Sum of RGB (Red+Green+Blue) = 52+106+23=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #346A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346A17 is #CB95E8. Grayscale: #505050. Windows color (decimal): -13342185 or 1534516. OLE color: 1534516.

HSL color Cylindrical-coordinate representation of color #346A17: hue angle of 99.04º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346A17 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB5210623-
CMYK0.5100.780.58
HSL99.04º64.34%25.29%-
HSV(B)99.04º78.3%41.57%-
XYZ6.7211.12.6-
YUV80.3995.61107.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 106 (41.80% from 255) = 58.56%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=28.73%
G=58.56%
B=12.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106230.5100.780.5899.0464.3425.29
Hex346A173304E3A634019
Octal64152276301167214310031
Binary110100110101010111110011010011101110101100011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,106,23); }

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

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

 a { background-color: rgb(52,106,23); }

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

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

 span { border-color: rgb(52,106,23); }

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