#357017

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

Shades of Bilbao #357017

Tints of Bilbao #357017

Color information

#357017 (or 0x357017) is unknown color: approx Bilbao. HEX triplet: 35, 70 and 17. RGB value is (53,112,23). Sum of RGB (Red+Green+Blue) = 53+112+23=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #357017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357017 is #CA8FE8. Grayscale: #545454. Windows color (decimal): -13275113 or 1536053. OLE color: 1536053.

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

Color convert

RGB5311223-
CMYK0.5300.790.56
HSL99.78º65.93%26.47%-
HSV(B)99.78º79.46%43.92%-
XYZ7.4212.412.81-
YUV84.2193.45105.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 112 (44.14% from 255) = 59.57%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=28.19%
G=59.57%
B=12.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112230.5300.790.5699.7865.9326.47
Hex3570173504F3864421a
Octal65160276501177014410232
Binary110101111000010111110101010011111110001100100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357017; }

 p { color: rgb(53,112,23); }

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

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

 a { background-color: rgb(53,112,23); }

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

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

 span { border-color: rgb(53,112,23); }

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