#346A03

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

Shades of Bilbao #346A03

Tints of Bilbao #346A03

Color information

#346A03 (or 0x346A03) is unknown color: approx Bilbao. HEX triplet: 34, 6A and 03. RGB value is (52,106,3). Sum of RGB (Red+Green+Blue) = 52+106+3=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 106 (41.80% from 255 or 65.84% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 106 - color contains mainly: green. Hex color #346A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346A03 is #CB95FC. Grayscale: #4E4E4E. Windows color (decimal): -13342205 or 223796. OLE color: 223796.

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

Color convert

RGB521063-
CMYK0.5100.970.58
HSL91.46º94.5%21.37%-
HSV(B)91.46º97.17%41.57%-
XYZ6.5911.041.87-
YUV78.1185.61109.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 106 (41.80% from 255) = 65.84%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=32.30%
G=65.84%
B=1.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5210630.5100.970.5891.4694.521.37
Hex346A3330613A5b5e15
Octal6415236301417213313625
Binary110100110101011110011011000011110101011011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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