#357716

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

Shades of Bilbao #357716

Tints of Bilbao #357716

Color information

#357716 (or 0x357716) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 16. RGB value is (53,119,22). Sum of RGB (Red+Green+Blue) = 53+119+22=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #357716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357716 is #CA88E9. Grayscale: #585858. Windows color (decimal): -13273322 or 1472309. OLE color: 1472309.

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

Color convert

RGB5311922-
CMYK0.5500.820.53
HSL100.82º68.79%27.65%-
HSV(B)100.82º81.51%46.67%-
XYZ8.2114.013.03-
YUV88.2190.63102.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 119 (46.88% from 255) = 61.34%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=27.32%
G=61.34%
B=11.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119220.5500.820.53100.8268.7927.65
Hex357716370523565451c
Octal65167266701226514510534
Binary110101111011110110110111010100101101011100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357716; }

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

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

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

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

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

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

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

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