#357C26

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

Shades of Bilbao #357C26

Tints of Bilbao #357C26

Color information

#357C26 (or 0x357C26) is unknown color: approx Bilbao. HEX triplet: 35, 7C and 26. RGB value is (53,124,38). Sum of RGB (Red+Green+Blue) = 53+124+38=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #357C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C26 is #CA83D9. Grayscale: #5D5D5D. Windows color (decimal): -13272026 or 2522165. OLE color: 2522165.

HSL color Cylindrical-coordinate representation of color #357C26: hue angle of 109.53º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357C26 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB5312438-
CMYK0.5700.690.51
HSL109.53º53.09%31.76%-
HSV(B)109.53º69.35%48.63%-
XYZ9.0315.314.31-
YUV92.9796.9899.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 124 (48.83% from 255) = 57.67%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=24.65%
G=57.67%
B=17.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124380.5700.690.51109.5353.0931.76
Hex357C2639045336e3520
Octal6517446710105631566540
Binary1101011111100100110111001010001011100111101110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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