#357717

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

Shades of Bilbao #357717

Tints of Bilbao #357717

Color information

#357717 (or 0x357717) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 17. RGB value is (53,119,23). Sum of RGB (Red+Green+Blue) = 53+119+23=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #357717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357717 is #CA88E8. Grayscale: #585858. Windows color (decimal): -13273321 or 1537845. OLE color: 1537845.

HSL color Cylindrical-coordinate representation of color #357717: hue angle of 101.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #357717 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB5311923-
CMYK0.5500.810.53
HSL101.25º67.61%27.84%-
HSV(B)101.25º80.67%46.67%-
XYZ8.2214.013.08-
YUV88.3291.13102.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=27.18%
G=61.03%
B=11.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119230.5500.810.53101.2567.6127.84
Hex357717370513565441c
Octal65167276701216514510434
Binary110101111011110111110111010100011101011100101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357717; }

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

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

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

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

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

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

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

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