#346E12

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

Shades of Bilbao #346E12

Tints of Bilbao #346E12

Color information

#346E12 (or 0x346E12) is unknown color: approx Bilbao. HEX triplet: 34, 6E and 12. RGB value is (52,110,18). Sum of RGB (Red+Green+Blue) = 52+110+18=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #346E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346E12 is #CB91ED. Grayscale: #525252. Windows color (decimal): -13341166 or 1207860. OLE color: 1207860.

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

Color convert

RGB5211018-
CMYK0.5300.840.57
HSL97.83º71.88%25.1%-
HSV(B)97.83º83.64%43.14%-
XYZ7.111.932.5-
YUV82.1791.78106.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 110 (43.36% from 255) = 61.11%
BLUE value IS 18 (7.42% from 255) = 10%
R=28.89%
G=61.11%
B=10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110180.5300.840.5797.8371.8825.1
Hex346E123505439624819
Octal64156226501247114211031
Binary110100110111010010110101010101001110011100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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