#357911

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

Shades of Bilbao #357911

Tints of Bilbao #357911

Color information

#357911 (or 0x357911) is unknown color: approx Bilbao. HEX triplet: 35, 79 and 11. RGB value is (53,121,17). Sum of RGB (Red+Green+Blue) = 53+121+17=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 121 (47.66% from 255 or 63.35% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 121 - color contains mainly: green. Hex color #357911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357911 is #CA86EE. Grayscale: #595959. Windows color (decimal): -13272815 or 1145141. OLE color: 1145141.

HSL color Cylindrical-coordinate representation of color #357911: hue angle of 99.23º 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 #357911 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB5312117-
CMYK0.5600.860.53
HSL99.23º75.36%27.06%-
HSV(B)99.23º85.95%47.45%-
XYZ8.4114.472.88-
YUV88.8187.47102.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 121 (47.66% from 255) = 63.35%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=27.75%
G=63.35%
B=8.90%

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
Decimal53121170.5600.860.5399.2375.3627.06
Hex3579113805635634b1b
Octal65171217001266514311333
Binary110101111100110001111000010101101101011100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357911; }

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

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

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

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

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

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

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

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