#357325

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

Shades of Bilbao #357325

Tints of Bilbao #357325

Color information

#357325 (or 0x357325) is unknown color: approx Bilbao. HEX triplet: 35, 73 and 25. RGB value is (53,115,37). Sum of RGB (Red+Green+Blue) = 53+115+37=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #357325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357325 is #CA8CDA. Grayscale: #575757. Windows color (decimal): -13274331 or 2454325. OLE color: 2454325.

HSL color Cylindrical-coordinate representation of color #357325: hue angle of 107.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #357325 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB5311537-
CMYK0.5400.680.55
HSL107.69º51.32%29.8%-
HSV(B)107.69º67.83%45.1%-
XYZ7.9313.153.87-
YUV87.5799.46103.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=25.85%
G=56.10%
B=18.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115370.5400.680.55107.6951.3229.8
Hex35732536044376c331e
Octal6516345660104671546336
Binary110101111001110010111011001000100110111110110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357325; }

 p { color: rgb(53,115,37); }

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

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

 a { background-color: rgb(53,115,37); }

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

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

 span { border-color: rgb(53,115,37); }

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