#356811

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

Shades of Bilbao #356811

Tints of Bilbao #356811

Color information

#356811 (or 0x356811) is unknown color: approx Bilbao. HEX triplet: 35, 68 and 11. RGB value is (53,104,17). Sum of RGB (Red+Green+Blue) = 53+104+17=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #356811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356811 is #CA97EE. Grayscale: #4F4F4F. Windows color (decimal): -13277167 or 1140789. OLE color: 1140789.

HSL color Cylindrical-coordinate representation of color #356811: hue angle of 95.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #356811 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB5310417-
CMYK0.4900.840.59
HSL95.17º71.9%23.73%-
HSV(B)95.17º83.65%40.78%-
XYZ6.5210.72.25-
YUV78.8393.1109.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 104 (41.02% from 255) = 59.77%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=30.46%
G=59.77%
B=9.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104170.4900.840.5995.1771.923.73
Hex356811310543B5f4818
Octal65150216101247313711030
Binary110101110100010001110001010101001110111011111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356811; }

 p { color: rgb(53,104,17); }

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

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

 a { background-color: rgb(53,104,17); }

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

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

 span { border-color: rgb(53,104,17); }

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