#358511

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

Shades of Bilbao #358511

Tints of Bilbao #358511

Color information

#358511 (or 0x358511) is unknown color: approx Bilbao. HEX triplet: 35, 85 and 11. RGB value is (53,133,17). Sum of RGB (Red+Green+Blue) = 53+133+17=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #358511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358511 is #CA7AEE. Grayscale: #606060. Windows color (decimal): -13269743 or 1148213. OLE color: 1148213.

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

Color convert

RGB5313317-
CMYK0.6000.870.48
HSL101.38º77.33%29.41%-
HSV(B)101.38º87.22%52.16%-
XYZ9.9617.573.4-
YUV95.8683.597.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 133 (52.34% from 255) = 65.52%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=26.11%
G=65.52%
B=8.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133170.6000.870.48101.3877.3329.41
Hex3585113C05730654d1d
Octal65205217401276014511535
Binary1101011000010110001111100010101111100001100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358511; }

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

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

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

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

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

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

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

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