#346A1D

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

Shades of Bilbao #346A1D

Tints of Bilbao #346A1D

Color information

#346A1D (or 0x346A1D) is unknown color: approx Bilbao. HEX triplet: 34, 6A and 1D. RGB value is (52,106,29). Sum of RGB (Red+Green+Blue) = 52+106+29=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #346A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A1D is #CB95E2. Grayscale: #515151. Windows color (decimal): -13342179 or 1927732. OLE color: 1927732.

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

Color convert

RGB5210629-
CMYK0.5100.730.58
HSL102.08º57.04%26.47%-
HSV(B)102.08º72.64%41.57%-
XYZ6.7911.132.95-
YUV81.0898.61107.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 106 (41.80% from 255) = 56.68%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=27.81%
G=56.68%
B=15.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106290.5100.730.58102.0857.0426.47
Hex346A1D330493A66391a
Octal6415235630111721467132
Binary11010011010101110111001101001001111010110011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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