#357B1B

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

Shades of Bilbao #357B1B

Tints of Bilbao #357B1B

Color information

#357B1B (or 0x357B1B) is unknown color: approx Bilbao. HEX triplet: 35, 7B and 1B. RGB value is (53,123,27). Sum of RGB (Red+Green+Blue) = 53+123+27=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 123 (48.44% from 255 or 60.59% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 123 - color contains mainly: green. Hex color #357B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B1B is #CA84E4. Grayscale: #5B5B5B. Windows color (decimal): -13272293 or 1801013. OLE color: 1801013.

HSL color Cylindrical-coordinate representation of color #357B1B: hue angle of 103.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357B1B is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB5312327-
CMYK0.5700.780.52
HSL103.75º64%29.41%-
HSV(B)103.75º78.05%48.24%-
XYZ8.75153.47-
YUV91.1391.81100.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 123 (48.44% from 255) = 60.59%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=26.11%
G=60.59%
B=13.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53123270.5700.780.52103.756429.41
Hex357B1B3904E3468401d
Octal65173337101166415010035
Binary110101111101111011111001010011101101001101000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,123,27); }

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

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

 a { background-color: rgb(53,123,27); }

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

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

 span { border-color: rgb(53,123,27); }

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