#357A1C

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

Shades of Bilbao #357A1C

Tints of Bilbao #357A1C

Color information

#357A1C (or 0x357A1C) is unknown color: approx Bilbao. HEX triplet: 35, 7A and 1C. RGB value is (53,122,28). Sum of RGB (Red+Green+Blue) = 53+122+28=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #357A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A1C is #CA85E3. Grayscale: #5A5A5A. Windows color (decimal): -13272548 or 1866293. OLE color: 1866293.

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

Color convert

RGB5312228-
CMYK0.5700.770.52
HSL104.04º62.67%29.41%-
HSV(B)104.04º77.05%47.84%-
XYZ8.6414.763.49-
YUV90.6592.64101.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 122 (48.05% from 255) = 60.10%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=26.11%
G=60.10%
B=13.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122280.5700.770.52104.0462.6729.41
Hex357A1C3904D34683f1d
Octal6517234710115641507735
Binary11010111110101110011100101001101110100110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,28); }

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

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

 a { background-color: rgb(53,122,28); }

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

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

 span { border-color: rgb(53,122,28); }

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