#357728

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

Shades of Bilbao #357728

Tints of Bilbao #357728

Color information

#357728 (or 0x357728) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 28. RGB value is (53,119,40). Sum of RGB (Red+Green+Blue) = 53+119+40=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #357728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357728 is #CA88D7. Grayscale: #5A5A5A. Windows color (decimal): -13273304 or 2651957. OLE color: 2651957.

HSL color Cylindrical-coordinate representation of color #357728: hue angle of 110.13º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357728 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB5311940-
CMYK0.5500.660.53
HSL110.13º49.69%31.18%-
HSV(B)110.13º66.39%46.67%-
XYZ8.4514.14.28-
YUV90.2699.63101.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=25%
G=56.13%
B=18.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119400.5500.660.53110.1349.6931.18
Hex35772837042356e321f
Octal6516750670102651566237
Binary110101111011110100011011101000010110101110111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357728; }

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

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

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

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

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

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

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

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