#358509

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

Shades of Bilbao #358509

Tints of Bilbao #358509

Color information

#358509 (or 0x358509) is unknown color: approx Bilbao. HEX triplet: 35, 85 and 09. RGB value is (53,133,9). Sum of RGB (Red+Green+Blue) = 53+133+9=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #358509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358509 is #CA7AF6. Grayscale: #5F5F5F. Windows color (decimal): -13269751 or 623925. OLE color: 623925.

HSL color Cylindrical-coordinate representation of color #358509: hue angle of 98.71º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #358509 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB531339-
CMYK0.6000.930.48
HSL98.71º87.32%27.84%-
HSV(B)98.71º93.23%52.16%-
XYZ9.9117.553.12-
YUV94.9479.598.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 133 (52.34% from 255) = 68.21%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=27.18%
G=68.21%
B=4.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5313390.6000.930.4898.7187.3227.84
Hex358593C05D3063571c
Octal65205117401356014312734
Binary110101100001011001111100010111011100001100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358509; }

 p { color: rgb(53,133,9); }

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

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

 a { background-color: rgb(53,133,9); }

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

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

 span { border-color: rgb(53,133,9); }

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