#357A10

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

Shades of Bilbao #357A10

Tints of Bilbao #357A10

Color information

#357A10 (or 0x357A10) is unknown color: approx Bilbao. HEX triplet: 35, 7A and 10. RGB value is (53,122,16). Sum of RGB (Red+Green+Blue) = 53+122+16=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #357A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357A10 is #CA85EF. Grayscale: #595959. Windows color (decimal): -13272560 or 1079861. OLE color: 1079861.

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

Color convert

RGB5312216-
CMYK0.5700.870.52
HSL99.06º76.81%27.06%-
HSV(B)99.06º86.89%47.84%-
XYZ8.5214.712.88-
YUV89.2886.64102.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 122 (48.05% from 255) = 63.87%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=27.75%
G=63.87%
B=8.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122160.5700.870.5299.0676.8127.06
Hex357A103905734634d1b
Octal65172207101276414311533
Binary110101111101010000111001010101111101001100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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