#357C09

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

Shades of Bilbao #357C09

Tints of Bilbao #357C09

Color information

#357C09 (or 0x357C09) is unknown color: approx Bilbao. HEX triplet: 35, 7C and 09. RGB value is (53,124,9). Sum of RGB (Red+Green+Blue) = 53+124+9=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 124 (48.83% from 255 or 66.67% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 124 - color contains mainly: green. Hex color #357C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C09 is #CA83F6. Grayscale: #5A5A5A. Windows color (decimal): -13272055 or 621621. OLE color: 621621.

HSL color Cylindrical-coordinate representation of color #357C09: hue angle of 97.04º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #357C09 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB531249-
CMYK0.5700.930.51
HSL97.04º86.47%26.08%-
HSV(B)97.04º92.74%48.63%-
XYZ8.7315.192.73-
YUV89.6682.48101.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 124 (48.83% from 255) = 66.67%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=28.49%
G=66.67%
B=4.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5312490.5700.930.5197.0486.4726.08
Hex357C93905D3361561a
Octal65174117101356314112632
Binary11010111111001001111001010111011100111100001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C09; }

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

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

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

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

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

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

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

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