#357E10

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

Shades of Bilbao #357E10

Tints of Bilbao #357E10

Color information

#357E10 (or 0x357E10) is unknown color: approx Bilbao. HEX triplet: 35, 7E and 10. RGB value is (53,126,16). Sum of RGB (Red+Green+Blue) = 53+126+16=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #357E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357E10 is #CA81EF. Grayscale: #5B5B5B. Windows color (decimal): -13271536 or 1080885. OLE color: 1080885.

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

Color convert

RGB5312616-
CMYK0.5800.870.51
HSL99.82º77.46%27.84%-
HSV(B)99.82º87.3%49.41%-
XYZ9.0215.723.05-
YUV91.6385.32100.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 126 (49.61% from 255) = 64.62%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=27.18%
G=64.62%
B=8.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126160.5800.870.5199.8277.4627.84
Hex357E103A05733644d1c
Octal65176207201276314411534
Binary110101111111010000111010010101111100111100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357E10; }

 p { color: rgb(53,126,16); }

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

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

 a { background-color: rgb(53,126,16); }

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

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

 span { border-color: rgb(53,126,16); }

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