#357F26

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

Shades of Bilbao #357F26

Tints of Bilbao #357F26

Color information

#357F26 (or 0x357F26) is unknown color: approx Bilbao. HEX triplet: 35, 7F and 26. RGB value is (53,127,38). Sum of RGB (Red+Green+Blue) = 53+127+38=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #357F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F26 is #CA80D9. Grayscale: #5F5F5F. Windows color (decimal): -13271258 or 2522933. OLE color: 2522933.

HSL color Cylindrical-coordinate representation of color #357F26: hue angle of 109.89º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #357F26 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB5312738-
CMYK0.5800.700.50
HSL109.89º53.94%32.35%-
HSV(B)109.89º70.08%49.8%-
XYZ9.4116.084.44-
YUV94.7395.9898.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 127 (50% from 255) = 58.26%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=24.31%
G=58.26%
B=17.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53127380.5800.700.50109.8953.9432.35
Hex357F263A046326e3620
Octal6517746720106621566640
Binary1101011111111100110111010010001101100101101110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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