#357210

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

Shades of Bilbao #357210

Tints of Bilbao #357210

Color information

#357210 (or 0x357210) is unknown color: approx Bilbao. HEX triplet: 35, 72 and 10. RGB value is (53,114,16). Sum of RGB (Red+Green+Blue) = 53+114+16=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #357210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357210 is #CA8DEF. Grayscale: #545454. Windows color (decimal): -13274608 or 1077813. OLE color: 1077813.

HSL color Cylindrical-coordinate representation of color #357210: hue angle of 97.35º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #357210 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB5311416-
CMYK0.5400.860.55
HSL97.35º75.38%25.49%-
HSV(B)97.35º85.96%44.71%-
XYZ7.5812.832.57-
YUV84.5989.29105.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=28.96%
G=62.30%
B=8.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114160.5400.860.5597.3575.3825.49
Hex3572103605637614b19
Octal65162206601266714111331
Binary110101111001010000110110010101101101111100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357210; }

 p { color: rgb(53,114,16); }

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

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

 a { background-color: rgb(53,114,16); }

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

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

 span { border-color: rgb(53,114,16); }

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