#357811

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

Shades of Bilbao #357811

Tints of Bilbao #357811

Color information

#357811 (or 0x357811) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 11. RGB value is (53,120,17). Sum of RGB (Red+Green+Blue) = 53+120+17=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #357811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357811 is #CA87EE. Grayscale: #585858. Windows color (decimal): -13273071 or 1144885. OLE color: 1144885.

HSL color Cylindrical-coordinate representation of color #357811: hue angle of 99.03º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #357811 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB5312017-
CMYK0.5600.860.53
HSL99.03º75.18%26.86%-
HSV(B)99.03º85.83%47.06%-
XYZ8.2914.232.84-
YUV88.2287.8102.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 120 (47.27% from 255) = 63.16%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=27.89%
G=63.16%
B=8.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120170.5600.860.5399.0375.1826.86
Hex3578113805635634b1b
Octal65170217001266514311333
Binary110101111100010001111000010101101101011100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357811; }

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

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

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

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

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

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

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

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