#357113

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

Shades of Bilbao #357113

Tints of Bilbao #357113

Color information

#357113 (or 0x357113) is unknown color: approx Bilbao. HEX triplet: 35, 71 and 13. RGB value is (53,113,19). Sum of RGB (Red+Green+Blue) = 53+113+19=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #357113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357113 is #CA8EEC. Grayscale: #545454. Windows color (decimal): -13274861 or 1274165. OLE color: 1274165.

HSL color Cylindrical-coordinate representation of color #357113: hue angle of 98.3º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #357113 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB5311319-
CMYK0.5300.830.56
HSL98.3º71.21%25.88%-
HSV(B)98.3º83.19%44.31%-
XYZ7.4912.612.66-
YUV84.3491.12105.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=28.65%
G=61.08%
B=10.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113190.5300.830.5698.371.2125.88
Hex357113350533862471a
Octal65161236501237014210732
Binary110101111000110011110101010100111110001100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357113; }

 p { color: rgb(53,113,19); }

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

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

 a { background-color: rgb(53,113,19); }

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

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

 span { border-color: rgb(53,113,19); }

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