#357518

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

Shades of Bilbao #357518

Tints of Bilbao #357518

Color information

#357518 (or 0x357518) is unknown color: approx Bilbao. HEX triplet: 35, 75 and 18. RGB value is (53,117,24). Sum of RGB (Red+Green+Blue) = 53+117+24=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #357518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357518 is #CA8AE7. Grayscale: #575757. Windows color (decimal): -13273832 or 1602869. OLE color: 1602869.

HSL color Cylindrical-coordinate representation of color #357518: hue angle of 101.29º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #357518 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB5311724-
CMYK0.5500.790.54
HSL101.29º65.96%27.65%-
HSV(B)101.29º79.49%45.88%-
XYZ7.9913.553.06-
YUV87.2692.3103.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=27.32%
G=60.31%
B=12.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117240.5500.790.54101.2965.9627.65
Hex3575183704F3665421c
Octal65165306701176614510234
Binary110101111010111000110111010011111101101100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357518; }

 p { color: rgb(53,117,24); }

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

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

 a { background-color: rgb(53,117,24); }

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

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

 span { border-color: rgb(53,117,24); }

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