#357824

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

Shades of Bilbao #357824

Tints of Bilbao #357824

Color information

#357824 (or 0x357824) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 24. RGB value is (53,120,36). Sum of RGB (Red+Green+Blue) = 53+120+36=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #357824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357824 is #CA87DB. Grayscale: #5A5A5A. Windows color (decimal): -13273052 or 2390069. OLE color: 2390069.

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

Color convert

RGB5312036-
CMYK0.5600.70.53
HSL107.86º53.85%30.59%-
HSV(B)107.86º70%47.06%-
XYZ8.514.323.98-
YUV90.3997.3101.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=25.36%
G=57.42%
B=17.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120360.5600.70.53107.8653.8530.59
Hex35782438046356c361f
Octal6517044700106651546637
Binary110101111100010010011100001000110110101110110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357824; }

 p { color: rgb(53,120,36); }

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

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

 a { background-color: rgb(53,120,36); }

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

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

 span { border-color: rgb(53,120,36); }

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