#346C20

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

Shades of Bilbao #346C20

Tints of Bilbao #346C20

Color information

#346C20 (or 0x346C20) is unknown color: approx Bilbao. HEX triplet: 34, 6C and 20. RGB value is (52,108,32). Sum of RGB (Red+Green+Blue) = 52+108+32=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #346C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C20 is #CB93DF. Grayscale: #525252. Windows color (decimal): -13341664 or 2124852. OLE color: 2124852.

HSL color Cylindrical-coordinate representation of color #346C20: hue angle of 104.21º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346C20 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB5210832-
CMYK0.5200.700.58
HSL104.21º54.29%27.45%-
HSV(B)104.21º70.37%42.35%-
XYZ7.0411.563.23-
YUV82.5999.45106.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=27.08%
G=56.25%
B=16.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108320.5200.700.58104.2154.2927.45
Hex346C20340463A68361b
Octal6415440640106721506633
Binary110100110110010000011010001000110111010110100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,32); }

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

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

 a { background-color: rgb(52,108,32); }

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

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

 span { border-color: rgb(52,108,32); }

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