#358211

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

Shades of Bilbao #358211

Tints of Bilbao #358211

Color information

#358211 (or 0x358211) is unknown color: approx Bilbao. HEX triplet: 35, 82 and 11. RGB value is (53,130,17). Sum of RGB (Red+Green+Blue) = 53+130+17=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #358211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358211 is #CA7DEE. Grayscale: #5E5E5E. Windows color (decimal): -13270511 or 1147445. OLE color: 1147445.

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

Color convert

RGB5313017-
CMYK0.5900.870.49
HSL100.88º76.87%28.82%-
HSV(B)100.88º86.92%50.98%-
XYZ9.5516.763.26-
YUV94.184.4998.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 17 (7.03% from 255) = 8.5%
R=26.5%
G=65%
B=8.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130170.5900.870.49100.8876.8728.82
Hex3582113B05731654d1d
Octal65202217301276114511535
Binary1101011000001010001111011010101111100011100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358211; }

 p { color: rgb(53,130,17); }

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

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

 a { background-color: rgb(53,130,17); }

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

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

 span { border-color: rgb(53,130,17); }

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