#357828

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

Shades of Bilbao #357828

Tints of Bilbao #357828

Color information

#357828 (or 0x357828) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 28. RGB value is (53,120,40). Sum of RGB (Red+Green+Blue) = 53+120+40=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #357828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357828 is #CA87D7. Grayscale: #5B5B5B. Windows color (decimal): -13273048 or 2652213. OLE color: 2652213.

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

Color convert

RGB5312040-
CMYK0.5600.670.53
HSL110.25º50%31.37%-
HSV(B)110.25º66.67%47.06%-
XYZ8.5714.344.32-
YUV90.8599.3101-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=24.88%
G=56.34%
B=18.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120400.5600.670.53110.255031.37
Hex35782838043356e321f
Octal6517050700103651566237
Binary110101111100010100011100001000011110101110111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357828; }

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

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

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

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

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

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

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

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