#348212

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

Shades of Bilbao #348212

Tints of Bilbao #348212

Color information

#348212 (or 0x348212) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 12. RGB value is (52,130,18). Sum of RGB (Red+Green+Blue) = 52+130+18=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #348212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348212 is #CB7DED. Grayscale: #5E5E5E. Windows color (decimal): -13336046 or 1212980. OLE color: 1212980.

HSL color Cylindrical-coordinate representation of color #348212: hue angle of 101.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #348212 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB5213018-
CMYK0.6000.860.49
HSL101.79º75.68%29.02%-
HSV(B)101.79º86.15%50.98%-
XYZ9.5116.743.3-
YUV93.9185.1698.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 18 (7.42% from 255) = 9%
R=26%
G=65%
B=9%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130180.6000.860.49101.7975.6829.02
Hex3482123C05631664c1d
Octal64202227401266114611435
Binary1101001000001010010111100010101101100011100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348212; }

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

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

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

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

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

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

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

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