#346E07

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

Shades of Bilbao #346E07

Tints of Bilbao #346E07

Color information

#346E07 (or 0x346E07) is unknown color: approx Bilbao. HEX triplet: 34, 6E and 07. RGB value is (52,110,7). Sum of RGB (Red+Green+Blue) = 52+110+7=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 110 (43.36% from 255 or 65.09% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 110 - color contains mainly: green. Hex color #346E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346E07 is #CB91F8. Grayscale: #515151. Windows color (decimal): -13341177 or 486964. OLE color: 486964.

HSL color Cylindrical-coordinate representation of color #346E07: hue angle of 93.79º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #346E07 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB521107-
CMYK0.5300.940.57
HSL93.79º88.03%22.94%-
HSV(B)93.79º93.64%43.14%-
XYZ7.0311.92.13-
YUV80.9286.28107.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 110 (43.36% from 255) = 65.09%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=30.77%
G=65.09%
B=4.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5211070.5300.940.5793.7988.0322.94
Hex346E73505E395e5817
Octal6415676501367113613027
Binary1101001101110111110101010111101110011011110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,7); }

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

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

 a { background-color: rgb(52,110,7); }

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

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

 span { border-color: rgb(52,110,7); }

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