#357D21

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

Shades of Bilbao #357D21

Tints of Bilbao #357D21

Color information

#357D21 (or 0x357D21) is unknown color: approx Bilbao. HEX triplet: 35, 7D and 21. RGB value is (53,125,33). Sum of RGB (Red+Green+Blue) = 53+125+33=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #357D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D21 is #CA82DE. Grayscale: #5D5D5D. Windows color (decimal): -13271775 or 2194741. OLE color: 2194741.

HSL color Cylindrical-coordinate representation of color #357D21: hue angle of 106.96º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357D21 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB5312533-
CMYK0.5800.740.51
HSL106.96º58.23%30.98%-
HSV(B)106.96º73.6%49.02%-
XYZ9.0815.533.96-
YUV92.9894.1599.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 125 (49.22% from 255) = 59.24%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=25.12%
G=59.24%
B=15.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53125330.5800.740.51106.9658.2330.98
Hex357D213A04A336b3a1f
Octal6517541720112631537237
Binary110101111110110000111101001001010110011110101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,33); }

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

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

 a { background-color: rgb(53,125,33); }

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

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

 span { border-color: rgb(53,125,33); }

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