#357E2B

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

Shades of Bilbao #357E2B

Tints of Bilbao #357E2B

Color information

#357E2B (or 0x357E2B) is unknown color: approx Bilbao. HEX triplet: 35, 7E and 2B. RGB value is (53,126,43). Sum of RGB (Red+Green+Blue) = 53+126+43=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #357E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E2B is #CA81D4. Grayscale: #5E5E5E. Windows color (decimal): -13271509 or 2850357. OLE color: 2850357.

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

Color convert

RGB5312643-
CMYK0.5800.660.51
HSL112.77º49.11%33.14%-
HSV(B)112.77º65.87%49.41%-
XYZ9.3715.854.85-
YUV94.7198.8298.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 126 (49.61% from 255) = 56.76%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=23.87%
G=56.76%
B=19.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126430.5800.660.51112.7749.1133.14
Hex357E2B3A04233713121
Octal6517653720102631616141
Binary1101011111110101011111010010000101100111110001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,43); }

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

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

 a { background-color: rgb(53,126,43); }

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

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

 span { border-color: rgb(53,126,43); }

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