#346B04

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

Shades of Bilbao #346B04

Tints of Bilbao #346B04

Color information

#346B04 (or 0x346B04) is unknown color: approx Bilbao. HEX triplet: 34, 6B and 04. RGB value is (52,107,4). Sum of RGB (Red+Green+Blue) = 52+107+4=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #346B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346B04 is #CB94FB. Grayscale: #4F4F4F. Windows color (decimal): -13341948 or 289588. OLE color: 289588.

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

Color convert

RGB521074-
CMYK0.5100.960.58
HSL92.04º92.79%21.76%-
HSV(B)92.04º96.26%41.96%-
XYZ6.711.251.93-
YUV78.8185.78108.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 107 (42.19% from 255) = 65.64%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=31.90%
G=65.64%
B=2.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5210740.5100.960.5892.0492.7921.76
Hex346B4330603A5c5d16
Octal6415346301407213413526
Binary1101001101011100110011011000001110101011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,4); }

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

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

 a { background-color: rgb(52,107,4); }

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

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

 span { border-color: rgb(52,107,4); }

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