#357F28

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

Shades of Bilbao #357F28

Tints of Bilbao #357F28

Color information

#357F28 (or 0x357F28) is unknown color: approx Bilbao. HEX triplet: 35, 7F and 28. RGB value is (53,127,40). Sum of RGB (Red+Green+Blue) = 53+127+40=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #357F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F28 is #CA80D7. Grayscale: #5F5F5F. Windows color (decimal): -13271256 or 2654005. OLE color: 2654005.

HSL color Cylindrical-coordinate representation of color #357F28: hue angle of 111.03º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357F28 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB5312740-
CMYK0.5800.690.50
HSL111.03º52.1%32.75%-
HSV(B)111.03º68.5%49.8%-
XYZ9.4416.094.62-
YUV94.9696.9898.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 127 (50% from 255) = 57.73%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=24.09%
G=57.73%
B=18.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53127400.5800.690.50111.0352.132.75
Hex357F283A045326f3421
Octal6517750720105621576441
Binary1101011111111101000111010010001011100101101111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,127,40); }

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

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

 a { background-color: rgb(53,127,40); }

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

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

 span { border-color: rgb(53,127,40); }

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